Lines Matching refs:Path
17 #include "llvm/Support/Path.h"
27 /// programs from the path and to execute them in various ways. The sys::Path
52 /// invoking program. If Path::executable() does not return true when this
58 ( const Path& path, ///< sys::Path object providing the path of the
67 const sys::Path** redirects = 0, ///< An optional array of pointers to
72 ///< When an empty Path is passed in, the corresponding file
94 ( const Path& path, ///< The path to the child process executable.
118 /// locations to search (e.g. the PATH on Unix). Paths with slashes are
120 /// @returns A Path object initialized to the path of the program or a
121 /// Path object that is empty (invalid) if the program could not be found.
123 static Path FindProgramByName(const std::string& name);
135 static int ExecuteAndWait(const Path& path,
138 const sys::Path** redirects = 0,
145 static void ExecuteNoWait(const Path& path,
148 const sys::Path** redirects = 0,