Searched refs:volume_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_win.cc97 TCHAR volume_path[MAX_PATH + 1]; local
98 HANDLE volume_finder = FindFirstVolume(volume_path, MAX_PATH + 1);
108 FindNextVolume(volume_finder, volume_path, MAX_PATH + 1)) {
111 size_t length = wcsnlen(volume_path, MAX_PATH + 1);
115 volume_path[length - 1] = L'\0';
117 volume_handle = CreateFile(volume_path,
/external/chromium_org/base/files/
H A Dfile_util_win.cc706 wchar_t volume_path[MAX_PATH]; local
708 volume_path,
709 arraysize(volume_path))) {
714 if (!GetVolumeInformationW(volume_path, NULL, 0, NULL, &max_length, NULL,
/external/chromium_org/components/storage_monitor/
H A Dvolume_mount_watcher_win.cc194 base::string16 volume_path; local
197 WriteInto(&volume_path, kMaxPathBufLen),
199 result.push_back(base::FilePath(volume_path));

Completed in 644 milliseconds