Home
last modified time | relevance | path

Searched refs:kext_bundle_path (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp550 std::string kext_bundle_path = file_spec.GetPath(); in GetKextsInDirectory() local
552 std::string contents_plugins_path = kext_bundle_path + "/Contents/PlugIns"; in GetKextsInDirectory()
560 std::string plugins_path = kext_bundle_path + "/PlugIns"; in GetKextsInDirectory()
621 PlatformDarwinKernel::ExamineKextForMatchingUUID (const FileSpec &kext_bundle_path, const lldb_priv… in ExamineKextForMatchingUUID() argument
624 FileSpec exe_file = kext_bundle_path; in ExamineKextForMatchingUUID()
DPlatformDarwinKernel.h162 …ExamineKextForMatchingUUID (const lldb_private::FileSpec &kext_bundle_path, const lldb_private::UU…