Searched defs:kPath0Copy (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_change_tracker_unittest.cc422 const char kPath0Copy[] = "file b"; // To be copied from kPath0 local
467 file_system_.Copy(URL(kPath0), URL(kPath0Copy))); // Copy the file.
485 VerifyAndClearChange(URL(kPath0Copy),
605 const char kPath0Copy[] = "dir b"; local
617 file_system_.Copy(URL(kPath0), URL(kPath0Copy)));
630 EXPECT_EQ(URL(kPath0Copy), urls_to_process[3]);

Completed in 1101 milliseconds