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

  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler_unittest.cc 93 const base::FilePath drive_path = local
102 drive_path,
110 EXPECT_EQ(drive_path, download_handler_->GetTargetPath(&download_item_));
114 const base::FilePath drive_path = local
124 drive_path,
136 const base::FilePath drive_path = local
143 drive_path,
155 download_handler_->SetDownloadParams(drive_path, &download_item_);
159 EXPECT_EQ(drive_path, download_handler_->GetTargetPath(&download_item_));
163 const base::FilePath drive_path local
    [all...]
download_handler.cc 142 const base::FilePath& drive_path,
145 DVLOG(1) << "SubstituteDriveDownloadPath " << drive_path.value();
147 SetDownloadParams(drive_path, download);
149 if (util::IsUnderDriveMountPoint(drive_path)) {
153 util::ExtractDrivePath(drive_path.DirName()),
159 callback.Run(drive_path);
163 void DownloadHandler::SetDownloadParams(const base::FilePath& drive_path,
168 if (util::IsUnderDriveMountPoint(drive_path)) {
169 download->SetUserData(&kDrivePathKey, new DriveUserData(drive_path));
170 download->SetDisplayName(drive_path.BaseName())
    [all...]
download_handler.h 46 const base::FilePath& drive_path,
53 void SetDownloadParams(const base::FilePath& drive_path,
write_on_cache_file.cc 33 const base::FilePath& drive_path,
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)),
file_system_util.cc 253 base::FilePath drive_path = GetDriveGrandRootPath();
254 GetDriveMountPointPath().AppendRelativePath(path, &drive_path);
255 return drive_path;
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
get_file_for_saving_operation_unittest.cc 75 base::FilePath drive_path(FILE_PATH_LITERAL("drive/root/File 1.txt"));
77 ASSERT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(drive_path, &src_entry));
84 drive_path,
102 GetLocalId(drive_path),
116 EXPECT_EQ(GetLocalId(drive_path), observer_.observerd_local_id());
121 base::FilePath drive_path(FILE_PATH_LITERAL("drive/root/NotExist.txt"));
124 GetLocalResourceEntry(drive_path, &src_entry));
131 drive_path,
138 EXPECT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(drive_path, &src_entry));
145 base::FilePath drive_path(FILE_PATH_LITERAL("drive/root/Directory 1"))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 213 const base::FilePath drive_path = local
217 file_system->Pin(drive_path,
221 file_system->Unpin(drive_path,
258 base::FilePath drive_path = drive::util::ExtractDrivePath(path); local
259 remaining_drive_paths_.push(drive_path);
276 base::FilePath drive_path = remaining_drive_paths_.front(); local
282 OnFileReady(drive::FILE_ERROR_FAILED, drive_path,
288 drive_path,
297 base::FilePath drive_path = remaining_drive_paths_.front(); local
301 DVLOG(1) << "Got " << drive_path.value() << " as " << local_path.value()
587 const base::FilePath drive_path = drive::util::ExtractDrivePath(path); local
    [all...]
  /external/chromium_org/chrome/browser/download/
save_package_file_picker.cc 79 const base::FilePath& drive_path,
82 drive_path, download);
91 const base::FilePath& drive_path,
96 &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/file_manager/
volume_manager.cc 81 const base::FilePath& drive_path = drive::util::GetDriveMountPointPath(); local
86 volume_info.source_path = drive_path;
87 volume_info.mount_path = drive_path;

Completed in 63 milliseconds