Searched defs:GetProgram (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dcommand_line.cc237 FilePath CommandLine::GetProgram() const { function in class:CommandLine
395 DCHECK(!include_program || !other.GetProgram().empty());
406 DCHECK_EQ(include_program, !other.GetProgram().empty());

Completed in 74 milliseconds