HomeSort by relevance Sort by last modified time
    Searched refs:kPath0 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker_unittest.cc 128 const char kPath0[] = "test/dir a/dir";
135 change_tracker()->OnCreateDirectory(URL(kPath0));
136 change_tracker()->OnRemoveDirectory(URL(kPath0)); // Offset the create.
154 // Changes for kPath0 must have been offset and removed.
155 EXPECT_FALSE(ContainsKey(urls, URL(kPath0)));
243 const char kPath0[] = "file a";
258 file_system_.CreateFile(URL(kPath0))); // Creates a file.
290 VerifyAndClearChange(URL(kPath0),
312 const char kPath0[] = "file";
324 file_system_.CreateFile(URL(kPath0)));
    [all...]
syncable_file_system_unittest.cc 182 const char kPath0[] = "dir a";
183 const char kPath1[] = "dir a/dir"; // child of kPath0
184 const char kPath2[] = "dir a/file"; // child of kPath0
189 file_system_.CreateDirectory(URL(kPath0))); // Creates a dir.
203 EXPECT_TRUE(ContainsKey(urls, URL(kPath0)));
207 VerifyAndClearChange(URL(kPath0),
228 // Recursively removes the kPath0 directory.
230 file_system_.Remove(URL(kPath0), true /* recursive */));
235 // kPath0 and its all chidren (kPath1 and kPath2) must have been deleted.
237 EXPECT_TRUE(ContainsKey(urls, URL(kPath0)));
    [all...]

Completed in 294 milliseconds