Lines Matching refs:resolved_module_spec
38 ModuleSpec resolved_module_spec(module_spec); in ResolveExecutable() local
43 if (!FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
44 resolved_module_spec.GetFileSpec().GetPath(exe_path, sizeof(exe_path)); in ResolveExecutable()
45 resolved_module_spec.GetFileSpec().SetFile(exe_path, in ResolveExecutable()
47 FileSystem::Instance().Resolve(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
50 if (!FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
52 resolved_module_spec.GetFileSpec()); in ResolveExecutable()
55 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
57 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
61 resolved_module_spec.GetFileSpec()); in ResolveExecutable()
65 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
69 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
73 return GetCachedExecutable(resolved_module_spec, exe_module_sp, in ResolveExecutable()
81 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
83 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
93 if (resolved_module_spec.GetArchitecture().IsValid()) { in ResolveExecutable()
94 error = ModuleList::GetSharedModule(resolved_module_spec, exe_module_sp, in ResolveExecutable()
101 resolved_module_spec.GetArchitecture().GetTriple(); in ResolveExecutable()
115 error = ModuleList::GetSharedModule(resolved_module_spec, in ResolveExecutable()
125 resolved_module_spec.GetFileSpec().GetPath().c_str(), in ResolveExecutable()
126 resolved_module_spec.GetArchitecture().GetArchitectureName()); in ResolveExecutable()
137 resolved_module_spec.GetArchitecture() = arch; in ResolveExecutable()
138 error = ModuleList::GetSharedModule(resolved_module_spec, exe_module_sp, in ResolveExecutable()
153 resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
156 resolved_module_spec.GetFileSpec(), GetPluginName(), in ResolveExecutable()
161 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()