Home
last modified time | relevance | path

Searched refs:mount_path_ (Results 1 – 16 of 16) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/disks/
H A Dmount_point.cc96 : mount_path_(mount_path), disk_mount_manager_(disk_mount_manager) { in MountPoint()
97 DCHECK(!mount_path_.empty()); in MountPoint()
101 if (!mount_path_.empty()) { in ~MountPoint()
103 mount_path_.value(), base::BindOnce([](MountError error_code) { in ~MountPoint()
112 DCHECK(!mount_path_.empty()); in Unmount()
116 const std::string mount_path = mount_path_.value(); in Unmount()
117 mount_path_.clear(); in Unmount()
H A Ddisk.cc22 mount_path_(disk_info.mount_path()), in Disk()
54 mount_path_ = mount_path; in SetMountPath()
61 return mount_path_ == kStatefulPartition; in IsStatefulPartition()
74 disk_->mount_path_ = mount_path; in SetMountPath()
H A Dmount_point.h56 const base::FilePath& mount_path() const { return mount_path_; } in COMPONENT_EXPORT()
62 base::FilePath mount_path_; in COMPONENT_EXPORT() local
H A Ddisk.h42 const std::string& mount_path() const { return mount_path_; } in COMPONENT_EXPORT()
116 void clear_mount_path() { mount_path_.clear(); } in COMPONENT_EXPORT()
145 std::string mount_path_; in COMPONENT_EXPORT() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/drive/
H A Ddrivefs_test_support.h31 const base::FilePath& mount_path() { return mount_path_; } in mount_path()
35 const base::FilePath mount_path_;
H A Ddrivefs_test_support.cc29 : mount_path_(mount_path), fake_drivefs_(mount_path_) { in FakeDriveFsHelper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/
H A Dcros_disks_client.h163 const std::string& mount_path() const { return mount_path_; } in COMPONENT_EXPORT()
232 std::string mount_path_; in COMPONENT_EXPORT() local
270 mount_path_(mount_path) { in COMPONENT_EXPORT()
276 const std::string& mount_path() const { return mount_path_; } in COMPONENT_EXPORT()
282 std::string mount_path_; in COMPONENT_EXPORT() local
H A Dcros_disks_client.cc751 mount_paths->GetString(0, &mount_path_); in InitializeFromResponse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/drivefs/
H A Dfake_drivefs.cc240 : mount_path_(mount_path) { in FakeDriveFs()
299 CHECK(base::CreateDirectory(mount_path_.Append(".Trash"))); in Init()
308 base::FilePath absolute_path = mount_path_; in GetMetadata()
375 base::FilePath source_absolute_path = mount_path_; in CopyFile()
376 base::FilePath target_absolute_path = mount_path_; in CopyFile()
464 mount_path_, true, in LocateFilesByItemIds()
469 CHECK(mount_path_.AppendRelativePath(path, &relative_path)); in LocateFilesByItemIds()
H A Ddrivefs_session.h81 const base::FilePath& mount_path() const { return mount_path_; } in COMPONENT_EXPORT()
108 base::FilePath mount_path_; in COMPONENT_EXPORT() local
H A Dfake_drivefs.h61 const base::FilePath& mount_path() { return mount_path_; } in mount_path()
130 const base::FilePath mount_path_; variable
H A Ddrivefs_session.cc125 mount_path_ = mount_path; in OnDiskMountCompleted()
157 drivefs_has_started_ && !drivefs_has_terminated_ && !mount_path_.empty(); in MaybeNotifyOnMounted()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_system_provider/
H A Dprovided_file_system_info.h94 const base::FilePath& mount_path() const { return mount_path_; } in mount_path()
120 base::FilePath mount_path_; variable
H A Dprovided_file_system_info.cc113 mount_path_(mount_path), in ProvidedFileSystemInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_manager/
H A Dvolume_manager.cc242 volume->mount_path_ = drive_path; in CreateForDrive()
257 volume->mount_path_ = downloads_path; in CreateForDownloads()
319 volume->mount_path_ = file_system_info.mount_path(); in CreateForProvidedFileSystem()
337 volume->mount_path_ = mount_path; in CreateForMTP()
356 volume->mount_path_ = arc::GetDocumentsProviderMountPath( in CreateForMediaView()
375 volume->mount_path_ = sshfs_mount_path; in CreateForSshfsCrostini()
391 volume->mount_path_ = mount_path; in CreateForAndroidFiles()
412 volume->mount_path_ = in CreateForDocumentsProvider()
443 volume->mount_path_ = mount_point; in CreateForSmb()
466 volume->mount_path_ = path; in CreateForTesting()
[all …]
H A Dvolume_manager.h150 const base::FilePath& mount_path() const { return mount_path_; } in mount_path()
215 base::FilePath mount_path_; variable