Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/files/
H A Dfile_util_win.cc853 wchar_t device_path_as_string[MAX_PATH]; in DevicePathToDriveLetterPath() local
862 if (QueryDosDevice(drive, device_path_as_string, MAX_PATH)) { in DevicePathToDriveLetterPath()
863 FilePath device_path(device_path_as_string); in DevicePathToDriveLetterPath()
868 wcslen(device_path_as_string))); in DevicePathToDriveLetterPath()