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

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp550 std::string kext_bundle_path = file_spec.GetPath(); local
552 std::string contents_plugins_path = kext_bundle_path + "/Contents/PlugIns";
560 std::string plugins_path = kext_bundle_path + "/PlugIns";
621 PlatformDarwinKernel::ExamineKextForMatchingUUID (const FileSpec &kext_bundle_path, const lldb_private::UUID &uuid, const ArchSpec &arch, ModuleSP &exe_module_sp) argument
624 FileSpec exe_file = kext_bundle_path;
H A DPlatformDarwinKernel.h162 ExamineKextForMatchingUUID (const lldb_private::FileSpec &kext_bundle_path, const lldb_private::UUID &uuid, const lldb_private::ArchSpec &arch, lldb::ModuleSP &exe_module_sp);

Completed in 74 milliseconds