Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dninja_build_writer_unittest.cc38 TEST_F(NinjaBuildWriterTest, GetSelfInvocationCommandLine) { in TEST_F() argument
56 cmd_out = GetSelfInvocationCommandLine(setup.build_settings()); in TEST_F()
64 cmd_out = GetSelfInvocationCommandLine(setup.build_settings()); in TEST_F()
Dninja_build_writer.h106 base::CommandLine GetSelfInvocationCommandLine(
Dninja_build_writer.cc54 base::CommandLine GetSelfInvocationCommandLine( in GetSelfInvocationCommandLine() function
133 base::CommandLine cmdline = GetSelfInvocationCommandLine(build_settings); in GetSelfInvocationCommand()