Home
last modified time | relevance | path

Searched refs:GetCommandLineStringInternal (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/base/
Dcommand_line.h113 return GetCommandLineStringInternal(false); in GetCommandLineString()
125 return GetCommandLineStringInternal(true); in GetCommandLineStringWithPlaceholders()
230 StringType GetCommandLineStringInternal(bool quote_placeholders) const;
Dcommand_line.cc445 CommandLine::StringType CommandLine::GetCommandLineStringInternal( in GetCommandLineStringInternal() function in base::CommandLine