Searched refs:apPath (Results 1 – 1 of 1) sorted by relevance
726 std::unique_ptr<char[]> apPath(new char[PATH_MAX]); in MiHelpGetModuleInfo() local727 vModule.GetFileSpec().GetPath(apPath.get(), PATH_MAX); in MiHelpGetModuleInfo()728 const CMIUtilString strTargetPath(apPath.get()); in MiHelpGetModuleInfo()737 vModule.GetPlatformFileSpec().GetPath(apPath.get(), PATH_MAX); in MiHelpGetModuleInfo()738 const CMIUtilString strHostPath(apPath.get()); in MiHelpGetModuleInfo()746 vModule.GetSymbolFileSpec().GetPath(apPath.get(), PATH_MAX); in MiHelpGetModuleInfo()747 const CMIUtilString strSymbolsPath(apPath.get()); in MiHelpGetModuleInfo()