Lines Matching refs:GetFileSpec

215       resolved_spec.GetFileSpec().PrependPathComponent(m_sdk_sysroot);  in GetSharedModule()
230 module_sp->SetPlatformFileSpec(resolved_spec.GetFileSpec()); in GetSharedModule()
771 if (FileSystem::Instance().Exists(module_spec.GetFileSpec())) { in ResolveExecutable()
795 "'%s' does not exist", module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
811 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveRemoteExecutable()
813 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec()) || in ResolveRemoteExecutable()
848 if (FileSystem::Instance().Readable(resolved_module_spec.GetFileSpec())) { in ResolveRemoteExecutable()
851 resolved_module_spec.GetFileSpec(), GetPluginName(), in ResolveRemoteExecutable()
855 resolved_module_spec.GetFileSpec()); in ResolveRemoteExecutable()
860 resolved_module_spec.GetFileSpec()); in ResolveRemoteExecutable()
1493 FileSpec platform_spec = module_spec.GetFileSpec(); in GetCachedExecutable()
1502 module_spec.GetFileSpec() = module_sp->GetFileSpec(); in GetCachedExecutable()
1521 if (process->GetModuleSpec(module_spec.GetFileSpec(), in GetRemoteSharedModule()
1553 if (GetModuleSpec(module_spec.GetFileSpec(), module_spec.GetArchitecture(), in GetRemoteSharedModule()
1714 cached_module_spec.GetFileSpec() = module_file_spec; in CallLocateModuleCallbackIfSet()
1715 cached_module_spec.GetPlatformFileSpec() = module_spec.GetFileSpec(); in CallLocateModuleCallbackIfSet()
1752 module_spec.GetFileSpec(), module_spec.GetObjectOffset(), in GetCachedSharedModule()