Searched refs:kPath2 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_unittest.cc183 const char kPath2[] = "dir a/file"; // child of kPath0 local
192 file_system_.CreateFile(URL(kPath2))); // Creates a file.
194 file_system_.TruncateFile(URL(kPath2), 1)); // Modifies the file.
196 file_system_.TruncateFile(URL(kPath2), 2)); // Modifies it again.
204 EXPECT_TRUE(ContainsKey(urls, URL(kPath2)));
212 VerifyAndClearChange(URL(kPath2),
234 // kPath0 and its all chidren (kPath1 and kPath2) must have been deleted.
238 EXPECT_TRUE(ContainsKey(urls, URL(kPath2)));
246 VerifyAndClearChange(URL(kPath2),
H A Dlocal_file_change_tracker_unittest.cc160 const char kPath2[] = "test/foo.txt"; local
168 change_tracker()->OnCreateDirectory(URL(kPath2));
179 EXPECT_TRUE(ContainsKey(urls, URL(kPath2)));
199 EXPECT_EQ(URL(kPath2), urls_to_process[1]);
212 EXPECT_EQ(URL(kPath2), urls_to_process[1]);
228 EXPECT_EQ(URL(kPath2), urls_to_process[0]);
240 EXPECT_EQ(URL(kPath2), urls_to_process[1]);
252 VerifyAndClearChange(URL(kPath2),
273 const char kPath2[] = "dir a/dir"; local
290 file_system_.CreateDirectory(URL(kPath2))); // Create
342 const char kPath2[] = "dir b"; local
418 const char kPath2[] = "dir a/dir"; local
509 const char kPath2[] = "dir a/file"; local
603 const char kPath2[] = "dir a/dir"; local
642 const char kPath2[] = "dir a/file2"; local
679 const char kPath2[] = "dir a/subdir"; local
[all...]
/external/chromium_org/base/
H A Dcommand_line_unittest.cc186 static const FilePath::CharType kPath2[] = local
196 cl.AppendSwitchPath(kSecondArgName, FilePath(kPath2));
234 .append(kPath2)
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dsync_client_unittest.cc451 const base::FilePath kPath2 = kPath1.AppendASCII("dir2"); local
467 entry2.set_title(kPath2.BaseName().AsUTF8Unsafe());
/external/chromium_org/content/browser/fileapi/
H A Dobfuscated_file_util_unittest.cc1705 const FileSystemURL kPath2 = CreateURLFromUTF8("fuga"); local
1741 // Make another broken file to |kPath2|.
1744 ofu()->EnsureFileExists(context.get(), kPath2, &created));
1759 // Copy from sound |kPath1| to broken |kPath2|.
1762 ofu()->CopyOrMoveFile(context.get(), kPath1, kPath2,

Completed in 634 milliseconds