Home
last modified time | relevance | path

Searched refs:SetProgram (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dcommand_line.cc160 SetProgram(program); in CommandLine()
261 SetProgram(argv.empty() ? FilePath() : FilePath(argv[0])); in InitFromArgv()
269 void CommandLine::SetProgram(const FilePath& program) { in SetProgram() function in base::CommandLine
396 SetProgram(other.GetProgram()); in AppendArguments()
Dcommand_line.h148 void SetProgram(const FilePath& program);
/external/libchrome/base/test/
Dmultiprocess_test.cc33 cmd_line.SetProgram(MakeAbsoluteFilePath(cmd_line.GetProgram())); in GetMultiProcessTestChildBaseCommandLine()