Home | History | Annotate | Download | only in storage_monitor

Lines Matching defs:device_path

72   base::string16 device_path;
75 device.c_str(), WriteInto(&device_path, kMaxPathBufLen), kMaxPathBufLen);
83 if (device_path.find(L"Floppy") != base::string16::npos ||
116 // Gets mass storage device information given a |device_path|. On success,
121 bool GetDeviceDetails(const base::FilePath& device_path, StorageInfo* info) {
125 if (!GetVolumePathName(device_path.value().c_str(),
167 GetVolumeInformationW(device_path.value().c_str(),
386 const base::FilePath& device_path,
390 if (!get_device_details_callback.Run(device_path, &info)) {
394 volume_watcher, device_path));
401 volume_watcher, device_path, info));
405 const base::FilePath& device_path) {
407 pending_device_checks_.erase(device_path);
425 bool VolumeMountWatcherWin::GetDeviceInfo(const base::FilePath& device_path,
429 base::FilePath path(device_path);
485 const base::FilePath& device_path,
489 device_metadata_[device_path] = info;
491 DeviceCheckComplete(device_path);