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/
syncable_file_system_unittest.cc 180 const char kPath2[] = "dir a/file"; // child of kPath0
189 file_system_.CreateFile(URL(kPath2))); // Creates a file.
191 file_system_.TruncateFile(URL(kPath2), 1)); // Modifies the file.
193 file_system_.TruncateFile(URL(kPath2), 2)); // Modifies it again.
201 EXPECT_TRUE(ContainsKey(urls, URL(kPath2)));
209 VerifyAndClearChange(URL(kPath2),
231 // kPath0 and its all chidren (kPath1 and kPath2) must have been deleted.
235 EXPECT_TRUE(ContainsKey(urls, URL(kPath2)));
243 VerifyAndClearChange(URL(kPath2),
local_file_change_tracker_unittest.cc 125 const char kPath2[] = "test/foo.txt";
133 change_tracker()->OnCreateDirectory(URL(kPath2));
144 EXPECT_TRUE(ContainsKey(urls, URL(kPath2)));
164 EXPECT_EQ(URL(kPath2), urls_to_process[1]);
177 EXPECT_EQ(URL(kPath2), urls_to_process[1]);
189 EXPECT_EQ(URL(kPath2), urls_to_process[0]);
198 VerifyAndClearChange(URL(kPath2),
219 const char kPath2[] = "dir a/dir";
236 file_system_.CreateDirectory(URL(kPath2))); // Creates another dir.
270 VerifyAndClearChange(URL(kPath2),
    [all...]
  /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/content/browser/fileapi/
obfuscated_file_util_unittest.cc     [all...]

Completed in 54 milliseconds