Searched refs:kext_bundle_path (Results 1 – 2 of 2) sorted by relevance
550 std::string kext_bundle_path = file_spec.GetPath(); in GetKextsInDirectory() local552 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() argument624 FileSpec exe_file = kext_bundle_path; in ExamineKextForMatchingUUID()
162 …ExamineKextForMatchingUUID (const lldb_private::FileSpec &kext_bundle_path, const lldb_private::UU…