Searched refs:executable_file (Results 1 – 3 of 3) sorted by relevance
1195 FileSpec executable_file; in LocateExecutable() local1196 executable_file.SetDirectory(executable_dir.GetDirectory()); in LocateExecutable()1197 executable_file.SetFilename(basename); in LocateExecutable()1198 if (FileSystem::Instance().Exists(executable_file)) in LocateExecutable()1199 return executable_file; in LocateExecutable()
664 FileSpec executable_file(file_name); in OnDebuggerConnected() local665 FileSystem::Instance().Resolve(executable_file); in OnDebuggerConnected()666 ModuleSpec module_spec(executable_file); in OnDebuggerConnected()
101 def executable_file : UnsupportedSeparate<"Fe">, HelpText<"">;