HomeSort by relevance Sort by last modified time
    Searched refs:FPL (Results 26 - 31 of 31) sorted by null

12

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_file_sync_service_sync_unittest.cc 33 #define FPL(path) FILE_PATH_LITERAL(path)
439 AddOrUpdateLocalFile(kOrigin, base::FilePath(FPL("file")), "abcde");
472 const base::FilePath kPath(FPL("file"));
488 const base::FilePath kPath(FPL("file"));
520 const base::FilePath kPath(FPL("file"));
536 const base::FilePath kPath(FPL("file"));
drive_file_sync_service_fake_unittest.cc 45 #define FPL(x) FILE_PATH_LITERAL(x)
195 AddTestExtension(extension_service_, FPL("example1"));
196 AddTestExtension(extension_service_, FPL("example2"));
662 const base::FilePath kFilePath(FPL("File 1.txt"));
fake_drive_service_helper.cc 17 #define FPL(path) FILE_PATH_LITERAL(path)
293 temp_dir_ = base_dir_.path().Append(FPL("tmp"));
api_util_unittest.cc 25 #define FPL(x) FILE_PATH_LITERAL(x)
626 const base::FilePath kLocalFilePath(FPL("/tmp/dir/file"));
649 const base::FilePath kLocalFilePath(FPL("/tmp/dir/file"));
675 const base::FilePath kLocalFilePath(FPL("/tmp/dir/file"));
702 const base::FilePath kLocalFilePath(FPL("/tmp/dir/file"));
metadata_database_unittest.cc 18 #define FPL(a) FILE_PATH_LITERAL(a)
713 EXPECT_EQ(base::FilePath(FPL("/")).NormalizePathSeparators(), path);
716 EXPECT_EQ(base::FilePath(FPL("/folder/file")).NormalizePathSeparators(),
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context_unittest.cc 29 #define FPL FILE_PATH_LITERAL
533 const base::FilePath kFilePath1(temp_dir.path().Append(FPL("file1")));
534 const base::FilePath kFilePath2(temp_dir.path().Append(FPL("file2")));
664 const base::FilePath kFilePath(temp_dir.path().Append(FPL("file")));

Completed in 65 milliseconds

12