Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dcommands.cc455 std::string_view testonly_switch = "testonly"; in InitFrom() local
456 if (cmdline.HasSwitch(testonly_switch)) { in InitFrom()
457 std::string value = cmdline.GetSwitchValueASCII(testonly_switch); in InitFrom()