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

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
get_file_for_saving_operation_unittest.cc 73 base::FilePath drive_path(FILE_PATH_LITERAL("drive/root/File 1.txt"));
75 ASSERT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(drive_path, &src_entry));
82 drive_path,
102 EXPECT_EQ(GetLocalId(drive_path), delegate_.updated_local_id());
107 base::FilePath drive_path(FILE_PATH_LITERAL("drive/root/NotExist.txt"));
110 GetLocalResourceEntry(drive_path, &src_entry));
117 drive_path,
124 EXPECT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(drive_path, &src_entry));
131 base::FilePath drive_path(FILE_PATH_LITERAL("drive/root/Directory 1"));
133 ASSERT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(drive_path, &src_entry))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler_unittest.cc 96 const base::FilePath drive_path = local
105 drive_path,
113 EXPECT_EQ(drive_path, download_handler_->GetTargetPath(&download_item_));
117 const base::FilePath drive_path = local
127 drive_path,
139 const base::FilePath drive_path = local
146 drive_path,
158 download_handler_->SetDownloadParams(drive_path, &download_item_);
162 EXPECT_EQ(drive_path, download_handler_->GetTargetPath(&download_item_));
166 const base::FilePath drive_path local
    [all...]
download_handler.cc 156 const base::FilePath& drive_path,
159 DVLOG(1) << "SubstituteDriveDownloadPath " << drive_path.value();
161 SetDownloadParams(drive_path, download);
163 if (util::IsUnderDriveMountPoint(drive_path)) {
167 util::ExtractDrivePath(drive_path.DirName()),
173 callback.Run(drive_path);
177 void DownloadHandler::SetDownloadParams(const base::FilePath& drive_path,
182 if (util::IsUnderDriveMountPoint(drive_path)) {
183 download->SetUserData(&kDrivePathKey, new DriveUserData(drive_path));
184 download->SetDisplayName(drive_path.BaseName())
    [all...]
download_handler.h 52 const base::FilePath& drive_path,
59 void SetDownloadParams(const base::FilePath& drive_path,
write_on_cache_file.cc 33 const base::FilePath& drive_path,
file_system_util.cc 188 base::FilePath drive_path = GetDriveGrandRootPath();
190 drive_path = drive_path.Append(components[i]);
191 return drive_path;
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_mount.h 38 void RunAfterGetDriveFile(const base::FilePath& drive_path,
private_api_mount.cc 77 const base::FilePath drive_path = drive::util::ExtractDrivePath(path); local
79 drive_path,
82 drive_path));
120 const base::FilePath& drive_path,
139 drive_path,
143 drive_path.BaseName()));
event_router.h 108 virtual void OnDirectoryChanged(const base::FilePath& drive_path) OVERRIDE;
111 const base::FilePath& drive_path) OVERRIDE;
private_api_drive.cc 529 const base::FilePath drive_path = local
533 file_system->Pin(drive_path,
537 file_system->Unpin(drive_path,
863 const base::FilePath drive_path = drive::util::ExtractDrivePath(path); local
873 drive_path,
899 const base::FilePath drive_path = drive::util::ExtractDrivePath(path); local
    [all...]
event_router.cc 709 void EventRouter::OnDirectoryChanged(const base::FilePath& drive_path) {
710 HandleFileWatchNotification(NULL, drive_path, false);
731 const base::FilePath& drive_path) {
748 profile_, drive_path, kFileManagerAppId).spec();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
fileapi_util.h 85 const base::FilePath& drive_path);
90 const base::FilePath& drive_path,
fileapi_util.cc 255 const base::FilePath& drive_path) {
258 // appended with (|drive_path| - "drive").
259 drive::util::GetDriveGrandRootPath().AppendRelativePath(drive_path, &path);
270 const base::FilePath& drive_path,
274 drive_path);
volume_manager.cc 124 const base::FilePath& drive_path = local
130 volume_info.source_path = drive_path;
131 volume_info.mount_path = drive_path;
  /external/chromium_org/chrome/browser/download/
save_package_file_picker.cc 50 const base::FilePath& drive_path,
53 drive_path, download);
62 const base::FilePath& drive_path,
67 &OnSavePackageDownloadCreatedChromeOS, profile, drive_path));
  /external/qemu/block/
raw-win32.c 38 char drive_path[16]; /* format: "d:\" */ member in struct:BDRVRawState
192 if (!GetDiskFreeSpaceEx(s->drive_path, &available, &total, &total_free))
290 snprintf(s->drive_path, sizeof(s->drive_path), "%c:\\", p[0]);
291 type = GetDriveType(s->drive_path);
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
webkit_file_stream_writer_impl.cc 23 // Creates a writable snapshot file of the |drive_path|.
26 const base::FilePath& drive_path,
37 drive_path, google_apis::CreateRelayCallback(callback)),

Completed in 228 milliseconds