Lines Matching refs:FilePath
157 CommandLine::CommandLine(const FilePath& program)
261 SetProgram(argv.empty() ? FilePath() : FilePath(argv[0]));
265 FilePath CommandLine::GetProgram() const {
266 return FilePath(argv_[0]);
269 void CommandLine::SetProgram(const FilePath& program) {
301 FilePath CommandLine::GetSwitchValuePath(
303 return FilePath(GetSwitchValueNative(switch_string));
319 const FilePath& path) {
385 void CommandLine::AppendArgPath(const FilePath& path) {
406 wrapper, FilePath::StringType(1, ' '), base::TRIM_WHITESPACE,