Searched defs:drive_path (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dwrite_on_cache_file.cc33 const base::FilePath& drive_path,
32 WriteOnCacheFileAfterOpenFile( const base::FilePath& drive_path, const WriteOnCacheFileCallback& file_io_task_callback, const FileOperationCallback& reply, FileError error, const base::FilePath& local_cache_path, const base::Closure& close_callback) argument
H A Ddownload_handler_unittest.cc95 const base::FilePath drive_path = local
104 drive_path,
112 EXPECT_EQ(drive_path, download_handler_->GetTargetPath(&download_item_));
116 const base::FilePath drive_path = local
126 drive_path,
138 const base::FilePath drive_path = local
145 drive_path,
157 download_handler_->SetDownloadParams(drive_path, &download_item_);
161 EXPECT_EQ(drive_path, download_handler_->GetTargetPath(&download_item_));
165 const base::FilePath drive_path local
[all...]
H A Ddownload_handler.cc156 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, argument
182 if (util::IsUnderDriveMountPoint(drive_path)) {
183 download->SetUserData(&kDrivePathKey, new DriveUserData(drive_path));
184 download->SetDisplayName(drive_path
155 SubstituteDriveDownloadPath( const base::FilePath& drive_path, content::DownloadItem* download, const SubstituteDriveDownloadPathCallback& callback) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dwebkit_file_stream_writer_impl.cc23 // Creates a writable snapshot file of the |drive_path|.
26 const base::FilePath& drive_path,
37 drive_path, google_apis::CreateRelayCallback(callback)),
24 CreateWritableSnapshotFile( const WebkitFileStreamWriterImpl::FileSystemGetter& file_system_getter, const base::FilePath& drive_path, const fileapi_internal::CreateWritableSnapshotFileCallback& callback) argument
/external/chromium_org/chrome/browser/download/
H A Dsave_package_file_picker.cc50 const base::FilePath& drive_path,
53 drive_path, download);
62 const base::FilePath& drive_path,
67 &OnSavePackageDownloadCreatedChromeOS, profile, drive_path));
48 OnSavePackageDownloadCreatedChromeOS( Profile* profile, const base::FilePath& drive_path, content::DownloadItem* download) argument
58 ContinueSettingUpDriveDownload( const content::SavePackagePathPickedCallback& callback, content::SavePageType save_type, Profile* profile, const base::FilePath& drive_path, const base::FilePath& drive_tmp_download_path) argument
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfileapi_util.cc255 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);
252 ConvertDrivePathToRelativeFileSystemPath( Profile* profile, const std::string& extension_id, const base::FilePath& drive_path) argument
269 ConvertDrivePathToFileSystemUrl(Profile* profile, const base::FilePath& drive_path, const std::string& extension_id) argument
H A Dvolume_manager.cc131 const base::FilePath& drive_path = local
137 volume_info.source_path = drive_path;
138 volume_info.mount_path = drive_path;
/external/qemu/block/
H A Draw-win32.c38 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/extensions/file_manager/
H A Dprivate_api_drive.cc395 const base::FilePath drive_path = local
399 file_system->Pin(drive_path,
403 file_system->Unpin(drive_path,
440 base::FilePath drive_path = drive::util::ExtractDrivePath(path); local
441 remaining_drive_paths_.push(drive_path);
458 base::FilePath drive_path = remaining_drive_paths_.front(); local
464 OnFileReady(drive::FILE_ERROR_FAILED, drive_path,
470 drive_path,
479 base::FilePath drive_path = remaining_drive_paths_.front(); local
483 DVLOG(1) << "Got " << drive_path
806 const base::FilePath drive_path = drive::util::ExtractDrivePath(path); local
842 const base::FilePath drive_path = drive::util::ExtractDrivePath(path); local
[all...]
H A Devent_router.cc655 void EventRouter::OnDirectoryChanged(const base::FilePath& drive_path) { argument
656 HandleFileWatchNotification(drive_path, false);
660 const base::FilePath& drive_path) {
677 profile_, drive_path, kFileManagerAppId).spec();
659 OnDriveSyncError(drive::file_system::DriveSyncErrorType type, const base::FilePath& drive_path) argument

Completed in 315 milliseconds