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

  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker_unittest.cc 119 const char kPath2[] = "test/foo.txt";
127 change_tracker()->OnCreateDirectory(URL(kPath2));
138 EXPECT_TRUE(ContainsKey(urls, URL(kPath2)));
158 EXPECT_EQ(URL(kPath2), urls_to_process[1]);
171 EXPECT_EQ(URL(kPath2), urls_to_process[1]);
179 VerifyAndClearChange(URL(kPath2),
200 const char kPath2[] = "dir a/dir";
218 file_system_.CreateDirectory(URL(kPath2))); // Creates another dir.
252 VerifyAndClearChange(URL(kPath2),
270 const char kPath2[] = "dir b"
    [all...]
syncable_file_system_unittest.cc 175 const char kPath2[] = "dir a/file"; // child of kPath0
184 file_system_.CreateFile(URL(kPath2))); // Creates a file.
186 file_system_.TruncateFile(URL(kPath2), 1)); // Modifies the file.
188 file_system_.TruncateFile(URL(kPath2), 2)); // Modifies it again.
196 EXPECT_TRUE(ContainsKey(urls, URL(kPath2)));
204 VerifyAndClearChange(URL(kPath2),
226 // kPath0 and its all chidren (kPath1 and kPath2) must have been deleted.
230 EXPECT_TRUE(ContainsKey(urls, URL(kPath2)));
238 VerifyAndClearChange(URL(kPath2),
  /external/chromium_org/base/
command_line_unittest.cc 186 static const FilePath::CharType kPath2[] =
196 cl.AppendSwitchPath(kSecondArgName, FilePath(kPath2));
230 .append(kPath2)
  /external/chromium_org/webkit/browser/fileapi/
obfuscated_file_util_unittest.cc     [all...]

Completed in 103 milliseconds