Lines Matching refs:FilePath
98 bool CreateFromFilename(const base::FilePath& path) {
253 int CompareImages(const base::FilePath& file1,
254 const base::FilePath& file2,
362 int DiffImages(const base::FilePath& file1, const base::FilePath& file2,
363 const base::FilePath& out_file) {
398 base::FilePath FilePathFromASCII(const std::string& str) {
400 return base::FilePath(base::ASCIIToWide(str));
402 return base::FilePath(str);
414 base::FilePath filename1;
421 base::FilePath filename2 = FilePathFromASCII(stdin_buffer);
425 filename1 = base::FilePath();
438 return DiffImages(base::FilePath(args[0]),
439 base::FilePath(args[1]),
440 base::FilePath(args[2]));
444 base::FilePath(args[0]), base::FilePath(args[1]), histograms);