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.cc852 wchar_t device_path_as_string[MAX_PATH]; in DevicePathToDriveLetterPath() local
861 if (QueryDosDevice(drive, device_path_as_string, MAX_PATH)) { in DevicePathToDriveLetterPath()
862 FilePath device_path(device_path_as_string); in DevicePathToDriveLetterPath()
867 wcslen(device_path_as_string))); in DevicePathToDriveLetterPath()