HomeSort by relevance Sort by last modified time
    Searched refs:mount_path (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/build/win/
setup_cygwin_mount.py 13 mount_path = os.path.join(self_dir, "../../third_party/cygwin")
14 batch_path = os.path.join(mount_path, "setup_mount.bat")
  /external/chromium_org/chrome/browser/chromeos/file_manager/
fake_disk_mount_manager.cc 23 const std::string& mount_path,
25 : mount_path(mount_path),
87 void FakeDiskMountManager::UnmountPath(const std::string& mount_path,
90 unmount_requests_.push_back(UnmountRequest(mount_path, options));
92 MountPointMap::iterator iter = mount_points_.find(mount_path);
104 void FakeDiskMountManager::FormatMountedDevice(const std::string& mount_path) {
fake_disk_mount_manager.h 34 UnmountRequest(const std::string& mount_path,
37 std::string mount_path; member in struct:file_manager::FakeDiskMountManager::UnmountRequest
63 virtual void UnmountPath(const std::string& mount_path,
66 virtual void FormatMountedDevice(const std::string& mount_path) OVERRIDE;
volume_manager.cc 76 volume_info.mount_path.BaseName().AsUTF8Unsafe());
87 volume_info.mount_path = drive_path;
101 volume_info.mount_path = downloads_path;
115 volume_info.mount_path = base::FilePath(mount_point.mount_path);
322 if (disk->mount_path().empty() && disk->has_media() &&
343 if (!disk->mount_path().empty()) {
345 disk->mount_path(),
477 std::string mount_path = local
478 disk_mount_manager_->mount_points().begin()->second.mount_path;
    [all...]
volume_manager.h 69 base::FilePath mount_path; member in struct:file_manager::VolumeInfo
  /external/chromium_org/chromeos/disks/
disk_mount_manager.cc 84 virtual void UnmountPath(const std::string& mount_path,
87 UnmountChildMounts(mount_path); variable
88 cros_disks_client_->Unmount(mount_path, options,
93 mount_path),
98 mount_path));
102 virtual void FormatMountedDevice(const std::string& mount_path) OVERRIDE {
103 MountPointMap::const_iterator mount_point = mount_points_.find(mount_path);
105 LOG(ERROR) << "Mount point with path \"" << mount_path << "\" not found.";
106 OnFormatDevice(mount_path, false);
118 UnmountPath(disk->second->mount_path(),
257 std::string mount_path = mount_path_in; local
282 OnUnmountPath(UnmountPathCallback(), true, mount_path); local
    [all...]
disk_mount_manager.h 55 const std::string& mount_path,
81 const std::string& mount_path() const { return mount_path_; } function in class:chromeos::disks::DiskMountManager::Disk
140 void set_mount_path(const std::string& mount_path) {
141 mount_path_ = mount_path;
174 std::string mount_path; member in struct:chromeos::disks::DiskMountManager::MountPointInfo
185 mount_path(mount),
191 // MountPointMap key is mount_path.
257 virtual void UnmountPath(const std::string& mount_path,
262 // Example: mount_path: /media/VOLUME_LABEL
263 virtual void FormatMountedDevice(const std::string& mount_path) = 0
    [all...]
disk_mount_manager_unittest.cc 27 const char* mount_path; member in struct:__anon7213::TestDiskInfo
50 const char* mount_path; member in struct:__anon7213::TestMountPointInfo
59 "/device/mount_path",
84 "/archive/mount_path",
90 "/device/mount_path",
148 bool HasMountPoint(const std::string& mount_path) {
151 return mount_points.find(mount_path) != mount_points.end();
159 disk.mount_path,
185 mount_point.mount_path,
224 DiskMountManager::GetInstance()->FormatMountedDevice("/archive/mount_path");
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
mount_library.h 39 const std::string& mount_path,
54 const std::string& mount_path() const { return mount_path_; } function in class:chromeos::MountLibrary::Disk
78 void set_mount_path(const char* mount_path) { mount_path_ = mount_path; }
mount_library.cc 19 const std::string& mount_path,
32 mount_path_(mount_path),
134 const char* mount_path,
140 mount_path,
148 const char* mount_path,
197 const char* mount_path,
202 if (error == MOUNT_METHOD_ERROR_NONE && device_path && mount_path) {
211 disk->set_mount_path(mount_path);
280 if (disk->mount_path() != NULL)
281 mountpath = disk->mount_path();
    [all...]
  /system/core/toolbox/
umount.c 33 char mount_path[256]; local
45 count = fscanf(f, "%255s %255s %255s\n", device, mount_path, rest);
47 if (is_loop(device) && strcmp(path, mount_path) == 0) {
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_chromeos.cc 72 mount_info.mount_path,
84 return MediaStorageUtil::HasDcim(base::FilePath(mount_info.mount_path));
169 if (ContainsKey(mount_map_, mount_info.mount_path)) {
182 MountMap::iterator it = mount_map_.find(mount_info.mount_path);
257 std::string mount_path; local
261 mount_path = info_it->first;
264 if (mount_path.empty()) {
275 manager->UnmountPath(mount_path, chromeos::UNMOUNT_OPTIONS_NONE,
288 if (ContainsKey(mount_map_, mount_info.mount_path)) {
303 mount_map_.insert(std::make_pair(mount_info.mount_path, info))
    [all...]
storage_monitor_chromeos_unittest.cc 309 base::FilePath mount_path = CreateMountPoint(kMountPointA, false); local
311 ASSERT_FALSE(mount_path.empty());
313 mount_path.value(),
325 EXPECT_EQ(mount_path.value(), observer().last_attached().location());
331 base::FilePath mount_path = CreateMountPoint(kMountPointA, true); local
333 ASSERT_FALSE(mount_path.empty());
337 mount_path.value(),
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_private_apitest.cc 40 std::string mount_path; member in struct:__anon4236::TestMountPoint
184 kTestMountPoints[i].mount_path,
186 kTestMountPoints[i].mount_path,
200 kTestMountPoints[i].mount_path,
private_api_mount.cc 96 "%s[%d] called. (mount_path: '%s')",
99 params->mount_path.c_str());
103 file_paths.push_back(GURL(params->mount_path));
151 log_string += volume_info_list[i].mount_path.AsUTF8Unsafe();
private_api_util.cc 130 DCHECK(!volume_info.mount_path.empty());
136 profile, kFileManagerAppId, base::FilePath(volume_info.mount_path),
138 volume_metadata->mount_path = "/" + relative_mount_path.AsUTF8Unsafe();
event_router.h 137 // |mount_path|. Disk.mount_path() is empty, since it is being filled out
139 void ShowRemovableDeviceInFileManager(const base::FilePath& mount_path);
event_router.cc 223 if (!volume_info.mount_path.empty() &&
224 event.volume_metadata.mount_path.empty()) {
629 const base::FilePath& mount_path) {
641 const base::FilePath dcim_path = mount_path.Append(
650 base::Bind(&util::OpenRemovableDrive, profile_, mount_path),
651 base::Bind(&util::OpenRemovableDrive, profile_, mount_path));
727 ShowRemovableDeviceInFileManager(volume_info.mount_path);
private_api_file_system.cc 85 // Retrieves total and remaining available size on |mount_path|.
86 void GetSizeStatsOnBlockingPool(const std::string& mount_path,
90 if (HANDLE_EINTR(statvfs(mount_path.c_str(), &stat)) == 0) {
399 render_view_host(), GetProfile(), GURL(params->mount_path));
518 volume_info.mount_path.AsUTF8Unsafe());
  /external/chromium_org/chromeos/dbus/
fake_cros_disks_client.cc 97 const std::string& mount_path) {
100 mount_completed_handler_.Run(error_code, source_path, mount_type, mount_path);
cros_disks_client.h 113 const std::string& mount_path() const { return mount_path_; } function in class:chromeos::DiskInfo
215 const std::string& mount_path)
fake_cros_disks_client.h 54 const std::string& mount_path);
  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.cc 42 result->SetString("mountPath", disk->mount_path());
150 if (disk->mount_path().empty()) {
179 if (!disk->mount_path().empty()) {
185 disk->mount_path()));
188 FileManagerUtil::ShowFullTabUrl(profile_, FilePath(disk->mount_path()));
216 std::string mount_path; local
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_device_handler_unittest.cc 88 virtual void UnmountPath(const std::string& mount_path,
91 virtual void FormatMountedDevice(const std::string& mount_path) OVERRIDE {}
  /system/vold/
Volume.cpp 292 char mount_path[256]; local
304 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
305 if (!strcmp(mount_path, path)) {

Completed in 306 milliseconds

1 2