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

12

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util_unittest.cc 26 #define FPL(x) FILE_PATH_LITERAL(x)
468 const base::FilePath kLocalFilePath(FPL("/tmp/dir/file"));
491 const base::FilePath kLocalFilePath(FPL("/tmp/dir/file"));
517 const base::FilePath kLocalFilePath(FPL("/tmp/dir/file"));
544 const base::FilePath kLocalFilePath(FPL("/tmp/dir/file"));
drive_file_sync_service_fake_unittest.cc 50 #define FPL(x) FILE_PATH_LITERAL(x)
190 AddTestExtension(extension_service_, FPL("example1"));
191 AddTestExtension(extension_service_, FPL("example2"));
678 const base::FilePath kFilePath(FPL("File 1.txt"));
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
fake_drive_service_helper.cc 20 #define FPL(path) FILE_PATH_LITERAL(path)
339 temp_dir_ = base_dir_.path().Append(FPL("tmp"));
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context_unittest.cc 32 #define FPL FILE_PATH_LITERAL
799 const base::FilePath kFilePath1(temp_dir.path().Append(FPL("file1")));
800 const base::FilePath kFilePath2(temp_dir.path().Append(FPL("file2")));
    [all...]

Completed in 1237 milliseconds

12