Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/
H A Dcommand_line_unittest.cc366 CommandLine cl_program_path(kProgramPath); in TEST() local
367 EXPECT_EQ(kProgramPath.value(), cl_program_path.GetProgram().value()); in TEST()
370 CommandLine::StringType cmd_string(cl_program_path.GetCommandLineString()); in TEST()