Home
last modified time | relevance | path

Searched refs:mount_path (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dmount_library.cc19 const std::string& mount_path, in Disk() argument
32 mount_path_(mount_path), in Disk()
134 const char* mount_path, in MountRemovableDeviceCallback() argument
140 mount_path, in MountRemovableDeviceCallback()
148 const char* mount_path, in UnmountRemovableDeviceCallback() argument
197 const char* mount_path, in OnMountRemovableDevice() argument
202 if (error == MOUNT_METHOD_ERROR_NONE && device_path && mount_path) { in OnMountRemovableDevice()
211 disk->set_mount_path(mount_path); in OnMountRemovableDevice()
280 if (disk->mount_path() != NULL) in OnGetDiskProperties()
281 mountpath = disk->mount_path(); in OnGetDiskProperties()
Dmount_library.h39 const std::string& mount_path,
54 const std::string& mount_path() const { return mount_path_; } in mount_path() function
78 void set_mount_path(const char* mount_path) { mount_path_ = mount_path; } in set_mount_path() argument
/external/chromium/chrome/browser/chromeos/extensions/
Dfile_browser_event_router.cc42 result->SetString("mountPath", disk->mount_path()); in DiskToDictionaryValue()
150 if (disk->mount_path().empty()) { in OnDiskAdded()
179 if (!disk->mount_path().empty()) { in OnDiskChanged()
185 disk->mount_path())); in OnDiskChanged()
188 FileManagerUtil::ShowFullTabUrl(profile_, FilePath(disk->mount_path())); in OnDiskChanged()
216 std::string mount_path; in ShowDeviceNotification() local