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