Lines Matching refs:GetPath

259     strm.Printf("[%d] %s\n", i, m_search_directories[i].GetPath().c_str());  in GetStatus()
267 m_search_directories_no_recursing[i].GetPath().c_str()); in GetStatus()
287 LLDB_LOGF(log, "%s", pos.second.GetPath().c_str()); in GetStatus()
292 LLDB_LOGF(log, "%s", pos.second.GetPath().c_str()); in GetStatus()
296 LLDB_LOGF(log, "%s", fs.GetPath().c_str()); in GetStatus()
300 LLDB_LOGF(log, "%s", fs.GetPath().c_str()); in GetStatus()
304 LLDB_LOGF(log, "%s", fs.GetPath().c_str()); in GetStatus()
308 LLDB_LOGF(log, "%s", fs.GetPath().c_str()); in GetStatus()
325 std::string developer_dir = HostInfo::GetXcodeDeveloperDirectory().GetPath(); in CollectKextAndKernelDirectories()
426 AddRootSubdirsToSearchPaths(thisp, file_spec.GetPath()); in FindKDKandSDKDirectoriesInDirectory()
441 dir.GetPath().c_str(), find_directories, find_files, find_other, in SearchForKextsAndKernelsRecursively()
451 dir.GetPath().c_str(), find_directories, find_files, find_other, in SearchForKextsAndKernelsRecursively()
506 file_spec.GetPath().c_str()); in GetKernelsAndKextsInDirectoryHelper()
512 file_spec.GetPath().c_str()); in GetKernelsAndKextsInDirectoryHelper()
518 file_spec.GetPath().c_str()); in GetKernelsAndKextsInDirectoryHelper()
528 FileSpec contents_plugins(file_spec.GetPath() + "/Contents/PlugIns"); in GetKernelsAndKextsInDirectoryHelper()
531 search_here_too = contents_plugins.GetPath(); in GetKernelsAndKextsInDirectoryHelper()
533 FileSpec plugins(file_spec.GetPath() + "/PlugIns"); in GetKernelsAndKextsInDirectoryHelper()
535 search_here_too = plugins.GetPath(); in GetKernelsAndKextsInDirectoryHelper()
557 file_spec.GetPath().c_str()); in GetKernelsAndKextsInDirectoryHelper()
580 CFCBundle bundle(file_spec.GetPath().c_str()); in AddKextToMap()
592 file_spec.GetPath().c_str()); in AddKextToMap()
600 file_spec.GetPath().c_str()); in AddKextToMap()
629 kext_bundle_filepath.GetPath() + "/Contents/MacOS/"; in KextHasdSYMSibling()
640 std::string shallow_bundle_str = kext_bundle_filepath.GetPath() + "/"; in KextHasdSYMSibling()
667 std::string possible_path = kernel_dsym.GetPath(); in KerneldSYMHasNoSiblingBinary()
706 std::string binary_filepath = dsym_bundle.GetPath(); in GetDWARFBinaryInDSYMBundle()
726 std::string kext_bundle_id = platform_file.GetPath(); in GetSharedModule()
757 ConstString kext_bundle(platform_file.GetPath().c_str()); in GetSharedModuleKext()
884 SearchForExecutablesRecursively(kext_bundle_path.GetPath())) { in ExamineKextForMatchingUUID()