Lines Matching refs:FilePath
61 EXPECT_EQ(FilePath(FILE_PATH_LITERAL("program")).value(),
127 EXPECT_EQ(FilePath(FILE_PATH_LITERAL("program")).value(),
186 static const FilePath::CharType kPath1[] =
188 static const FilePath::CharType kPath2[] =
198 cl.AppendSwitchPath(kFirstArgName, FilePath(kPath1));
199 cl.AppendSwitchPath(kSecondArgName, FilePath(kPath2));
272 CommandLine cl(FilePath(FILE_PATH_LITERAL("Program")));
331 CommandLine cl1(FilePath(FILE_PATH_LITERAL("Program")));
340 CommandLine c1(FilePath(FILE_PATH_LITERAL("Program1")));
342 CommandLine c2(FilePath(FILE_PATH_LITERAL("Program2")));
357 const FilePath kProgram(L"Program");
362 const FilePath kProgramPath(L"Program Path");
373 CommandLine cl_quote_placeholder(FilePath(L"%1"));