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 114 const base::FilePath drive_path = local
123 drive_path,
131 EXPECT_EQ(drive_path, download_handler_->GetTargetPath(&download_item_));
135 const base::FilePath drive_path = local
145 drive_path,
155 const base::FilePath drive_path = local
165 drive_path,
173 EXPECT_EQ(drive_path, download_handler_->GetTargetPath(&download_item_));
178 const base::FilePath drive_path = local
188 drive_path,
200 const base::FilePath drive_path = local
227 const base::FilePath drive_path = local
    [all...]
download_handler.cc 136 const base::FilePath& drive_path,
139 DVLOG(1) << "SubstituteDriveDownloadPath " << drive_path.value();
141 SetDownloadParams(drive_path, download);
143 if (util::IsUnderDriveMountPoint(drive_path)) {
150 util::ExtractDrivePath(drive_path.DirName());
160 callback.Run(drive_path);
164 void DownloadHandler::SetDownloadParams(const base::FilePath& drive_path,
169 if (util::IsUnderDriveMountPoint(drive_path)) {
170 download->SetUserData(&kDrivePathKey, new DriveUserData(drive_path));
171 download->SetDisplayName(drive_path.BaseName())
    [all...]
download_handler.h 48 const base::FilePath& drive_path,
55 void SetDownloadParams(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 250 base::FilePath drive_path = GetDriveGrandRootPath();
251 GetDriveMountPointPath().AppendRelativePath(path, &drive_path);
252 return drive_path;
  /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,
114 base::FilePath drive_path(FILE_PATH_LITERAL("drive/root/NotExist.txt"));
117 GetLocalResourceEntry(drive_path, &src_entry));
124 drive_path,
131 EXPECT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(drive_path, &src_entry));
138 base::FilePath drive_path(FILE_PATH_LITERAL("drive/root/Directory 1"));
140 ASSERT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(drive_path, &src_entry));
148 drive_path,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 219 base::FilePath drive_path =
223 file_system->Pin(drive_path,
226 file_system->Unpin(drive_path,
263 base::FilePath drive_path = drive::util::ExtractDrivePath(path); local
264 remaining_drive_paths_.push(drive_path);
281 base::FilePath drive_path = remaining_drive_paths_.front(); local
287 OnFileReady(drive::FILE_ERROR_FAILED, drive_path,
293 drive_path,
302 base::FilePath drive_path = remaining_drive_paths_.front(); local
306 DVLOG(1) << "Got " << drive_path.value() << " as " << local_path.value()
670 base::FilePath drive_path = drive::util::ExtractDrivePath(path); local
    [all...]
private_api_mount.cc 110 const std::string& drive_path = local
112 SetResult(new base::StringValue(drive_path));
event_router.cc 604 const std::string& drive_path = drive::util::GetDriveMountPointPathAsString(); local
606 drive_path,
607 drive_path,
622 const std::string& drive_path = drive::util::GetDriveMountPointPathAsString(); local
624 drive_path,
625 drive_path,
    [all...]
  /external/chromium_org/chrome/browser/download/
save_package_file_picker.cc 77 const base::FilePath& drive_path,
80 drive_path, download);
89 const base::FilePath& drive_path,
94 &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);

Completed in 1040 milliseconds