HomeSort by relevance Sort by last modified time
    Searched defs:volume_path (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/local_discovery/storage/
privet_volume_lister.h 34 base::FilePath volume_path; member in struct:local_discovery::PrivetVolumeLister::VolumeInfo
  /external/chromium_org/chrome/utility/image_writer/
image_writer_win.cc 96 TCHAR volume_path[MAX_PATH + 1]; local
97 HANDLE volume_finder = FindFirstVolume(volume_path, MAX_PATH + 1);
107 FindNextVolume(volume_finder, volume_path, MAX_PATH + 1)) {
110 size_t length = wcsnlen(volume_path, MAX_PATH + 1);
114 volume_path[length - 1] = L'\0';
116 volume_handle = CreateFile(volume_path,
  /external/chromium_org/components/storage_monitor/
volume_mount_watcher_win.cc 194 base::string16 volume_path; local
197 WriteInto(&volume_path, kMaxPathBufLen),
199 result.push_back(base::FilePath(volume_path));
  /external/chromium_org/base/
file_util_win.cc 706 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,

Completed in 1667 milliseconds