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()
83 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
85 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
95 if (resolved_module_spec.GetArchitecture().IsValid()) { in ResolveExecutable()
96 error = ModuleList::GetSharedModule(resolved_module_spec, exe_module_sp, in ResolveExecutable()
103 resolved_module_spec.GetArchitecture().GetTriple(); in ResolveExecutable()
117 error = ModuleList::GetSharedModule(resolved_module_spec, in ResolveExecutable()
127 resolved_module_spec.GetFileSpec().GetPath().c_str(), in ResolveExecutable()
128 resolved_module_spec.GetArchitecture().GetArchitectureName()); in ResolveExecutable()
136 idx, resolved_module_spec.GetArchitecture()); in ResolveExecutable()
138 error = ModuleList::GetSharedModule(resolved_module_spec, exe_module_sp, in ResolveExecutable()
151 resolved_module_spec.GetArchitecture().GetArchitectureName()); in ResolveExecutable()
156 resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
159 resolved_module_spec.GetFileSpec().GetPath().c_str(), in ResolveExecutable()
164 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()