Lines Matching refs:resolved_module_spec

39   ModuleSpec resolved_module_spec(module_spec);  in ResolveExecutable()  local
44 if (!FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
45 resolved_module_spec.GetFileSpec().GetPath(exe_path, sizeof(exe_path)); in ResolveExecutable()
46 resolved_module_spec.GetFileSpec().SetFile(exe_path, in ResolveExecutable()
48 FileSystem::Instance().Resolve(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
51 if (!FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
53 resolved_module_spec.GetFileSpec()); in ResolveExecutable()
56 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
58 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
62 resolved_module_spec.GetFileSpec()); in ResolveExecutable()
66 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
70 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
74 return GetCachedExecutable(resolved_module_spec, exe_module_sp, in ResolveExecutable()
82 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
84 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
94 if (resolved_module_spec.GetArchitecture().IsValid()) { in ResolveExecutable()
95 error = ModuleList::GetSharedModule(resolved_module_spec, exe_module_sp, in ResolveExecutable()
102 resolved_module_spec.GetArchitecture().GetTriple(); in ResolveExecutable()
116 error = ModuleList::GetSharedModule(resolved_module_spec, in ResolveExecutable()
126 resolved_module_spec.GetFileSpec().GetPath().c_str(), in ResolveExecutable()
127 resolved_module_spec.GetArchitecture().GetArchitectureName()); in ResolveExecutable()
138 resolved_module_spec.GetArchitecture() = arch; in ResolveExecutable()
139 error = ModuleList::GetSharedModule(resolved_module_spec, exe_module_sp, in ResolveExecutable()
154 resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
157 resolved_module_spec.GetFileSpec(), GetPluginName(), in ResolveExecutable()
162 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()