Searched defs:drive_path (Results 1 - 11 of 11) 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.cc96 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...]
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/chromeos/extensions/file_manager/
H A Dprivate_api_mount.cc77 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()));
119 RunAfterGetDriveFile( const base::FilePath& drive_path, drive::FileError error, const base::FilePath& cache_path, scoped_ptr<drive::ResourceEntry> entry) argument
H A Dprivate_api_drive.cc529 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
932 // Share |drive_path| in |owner_file_system| to |user->email()|.
934 drive_path,
H A Devent_router.cc709 void EventRouter::OnDirectoryChanged(const base::FilePath& drive_path) { argument
710 HandleFileWatchNotification(NULL, drive_path, false);
731 const base::FilePath& drive_path) {
748 profile_, drive_path, kFileManagerAppId).spec();
730 OnDriveSyncError(drive::file_system::DriveSyncErrorType type, const base::FilePath& drive_path) 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.cc124 const base::FilePath& drive_path = local
130 volume_info.source_path = drive_path;
131 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);

Completed in 5876 milliseconds