Lines Matching full:program
29 FILE_PATH_LITERAL("program"),
52 EXPECT_FALSE(cl.HasSwitch("program"));
59 EXPECT_EQ(FilePath(FILE_PATH_LITERAL("program")).value(),
106 L"program --foo= -bAr /Spaetzel=pierogi /Baz flim "
117 EXPECT_FALSE(cl.HasSwitch("program"));
124 EXPECT_EQ(FilePath(FILE_PATH_LITERAL("program")).value(),
253 CommandLine cl(FilePath(FILE_PATH_LITERAL("Program")));
272 EXPECT_EQ(L"Program "
304 // Tests that when AppendArguments is called that the program is set correctly
308 CommandLine cl1(FilePath(FILE_PATH_LITERAL("Program")));
329 // Make sure that the command line string program paths are quoted as necessary.
334 const FilePath kProgram(L"Program");
339 const FilePath kProgramPath(L"Program Path");