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

  /external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system_unittest.cc 47 util::GetDriveMyDriveRootPath().AppendASCII("File 1.txt");
110 util::GetDriveMyDriveRootPath(),
124 util::GetDriveMyDriveRootPath().AppendASCII(
138 util::GetDriveMyDriveRootPath(),
153 util::GetDriveMyDriveRootPath().AppendASCII("Invalid File Name"),
webkit_file_stream_reader_impl_unittest.cc 74 util::GetDriveMyDriveRootPath().AppendASCII("File 1.txt");
94 util::GetDriveMyDriveRootPath().AppendASCII("File 1.txt");
114 util::GetDriveMyDriveRootPath().AppendASCII("File 1.txt");
135 util::GetDriveMyDriveRootPath().AppendASCII("non-existing.txt");
154 util::GetDriveMyDriveRootPath().AppendASCII("non-existing.txt");
171 util::GetDriveMyDriveRootPath().AppendASCII("File 1.txt");
194 util::GetDriveMyDriveRootPath().AppendASCII("File 1.txt");
change_list_loader_unittest.cc 186 util::GetDriveMyDriveRootPath().AppendASCII("File 1.txt");
249 util::GetDriveMyDriveRootPath()));
252 util::GetDriveMyDriveRootPath().AppendASCII(gdata_entry->title());
281 metadata_->GetResourceEntryByPath(util::GetDriveMyDriveRootPath(),
287 util::GetDriveMyDriveRootPath().AppendASCII("File 1.txt");
299 util::GetDriveMyDriveRootPath()));
338 util::GetDriveMyDriveRootPath()));
342 util::GetDriveMyDriveRootPath().AppendASCII(file->title());
431 util::GetDriveMyDriveRootPath()));
435 util::GetDriveMyDriveRootPath().AppendASCII(gdata_entry->title())
    [all...]
file_system_util.h 69 const base::FilePath& GetDriveMyDriveRootPath();
file_system_util_unittest.cc 30 path = GetDriveMyDriveRootPath().AppendASCII("foo/bar012.txt");
34 path = GetDriveMyDriveRootPath().AppendASCII(
39 path = GetDriveMyDriveRootPath().AppendASCII("%19%20%21.txt");
46 path = GetDriveMyDriveRootPath().Append(
change_list_processor.cc 140 changed_dirs_.insert(util::GetDriveMyDriveRootPath());
288 util::GetDriveMyDriveRootPath(), &root);
drive_file_stream_reader_unittest.cc 329 util::GetDriveMyDriveRootPath().AppendASCII("File 1.txt");
397 util::GetDriveMyDriveRootPath().AppendASCII("File 1.txt");
466 util::GetDriveMyDriveRootPath().AppendASCII("File 1.txt");
fake_file_system.cc 165 if (file_path == util::GetDriveMyDriveRootPath()) {
file_system_util.cc 134 const base::FilePath& GetDriveMyDriveRootPath() {
file_system_unittest.cc 533 EXPECT_TRUE(ReadDirectoryByPathSync(util::GetDriveMyDriveRootPath()));
565 EXPECT_TRUE(ReadDirectoryByPathSync(util::GetDriveMyDriveRootPath()));
    [all...]
change_list_loader.cc 520 base::FilePath(util::GetDriveMyDriveRootPath()),
search_metadata_unittest.cc 144 util::GetDriveMyDriveRootPath().Append(path), &entry);
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation.cc 320 directory_path == util::GetDriveMyDriveRootPath()) {
325 DCHECK_EQ(util::GetDriveMyDriveRootPath().value(),

Completed in 239 milliseconds