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

  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker_unittest.cc 120 const char kPath3[] = "test/bar";
128 change_tracker()->OnRemoveFile(URL(kPath3));
139 EXPECT_TRUE(ContainsKey(urls, URL(kPath3)));
159 EXPECT_EQ(URL(kPath3), urls_to_process[2]);
172 EXPECT_EQ(URL(kPath3), urls_to_process[2]);
182 VerifyAndClearChange(URL(kPath3),
201 const char kPath3[] = "dir a/file a";
220 file_system_.CreateFile(URL(kPath3))); // Creates a file.
222 file_system_.TruncateFile(URL(kPath3), 1)); // Modifies the file.
255 VerifyAndClearChange(URL(kPath3),
    [all...]
syncable_file_system_unittest.cc 176 const char kPath3[] = "dir b";
210 file_system_.CreateDirectory(URL(kPath3)));
212 file_system_.Remove(URL(kPath3), false /* recursive */));

Completed in 314 milliseconds