HomeSort by relevance Sort by last modified time
    Searched defs:drive_path (Results 1 - 5 of 5) 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...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
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...]
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...]
  /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 202 milliseconds