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.cc37 TEST_F(NinjaBuildWriterTest, GetSelfInvocationCommandLine) { in TEST_F() argument
55 cmd_out = GetSelfInvocationCommandLine(setup.build_settings()); in TEST_F()
63 cmd_out = GetSelfInvocationCommandLine(setup.build_settings()); in TEST_F()
Dninja_build_writer.h79 base::CommandLine GetSelfInvocationCommandLine(
Dninja_build_writer.cc53 base::CommandLine GetSelfInvocationCommandLine( in GetSelfInvocationCommandLine() function
132 base::CommandLine cmdline = GetSelfInvocationCommandLine(build_settings); in GetSelfInvocationCommand()