Home
last modified time | relevance | path

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

/external/cronet/base/files/
Dfile_util_win.cc840 wchar_t device_path_as_string[MAX_PATH]; in DevicePathToDriveLetterPath() local
849 if (QueryDosDevice(drive, device_path_as_string, MAX_PATH)) { in DevicePathToDriveLetterPath()
850 FilePath device_path(device_path_as_string); in DevicePathToDriveLetterPath()
855 wcslen(device_path_as_string))); in DevicePathToDriveLetterPath()