Lines Matching refs:GetFileSpec
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()
81 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
83 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
125 resolved_module_spec.GetFileSpec().GetPath().c_str(), 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()