Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp628 ModuleSpec exe_spec (exe_file); in ExamineKextForMatchingUUID() local
629 exe_spec.GetUUID() = uuid; in ExamineKextForMatchingUUID()
630 exe_spec.GetArchitecture() = arch; in ExamineKextForMatchingUUID()
636 if (module_sp && module_sp->GetObjectFile() && module_sp->MatchesModuleSpec (exe_spec)) in ExamineKextForMatchingUUID()
638 error = ModuleList::GetSharedModule (exe_spec, exe_module_sp, NULL, NULL, NULL); in ExamineKextForMatchingUUID()
/external/lldb/source/Host/macosx/
DHost.mm1772 FileSpec exe_spec(launch_info.GetExecutableFile());
1774 FileSpec::FileType file_type = exe_spec.GetFileType();
1778 error = host_platform_sp->ResolveExecutable (exe_spec,
1787 exe_spec = exe_module_sp->GetFileSpec();
1790 if (exe_spec.Exists())
1792 exe_spec.GetPath (exe_path, sizeof(exe_path));