HomeSort by relevance Sort by last modified time
    Searched full:cl_from_string (Results 1 - 1 of 1) sorted by null

  /external/libchrome/base/
command_line_unittest.cc 173 CommandLine cl_from_string = CommandLine::FromString(L""); local
174 EXPECT_TRUE(cl_from_string.GetCommandLineString().empty());
175 EXPECT_TRUE(cl_from_string.GetProgram().empty());
176 EXPECT_EQ(1U, cl_from_string.argv().size());
177 EXPECT_TRUE(cl_from_string.GetArgs().empty());

Completed in 82 milliseconds