Home
last modified time | relevance | path

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

/external/chromium/base/
Dfile_util_win.cc42 const int kDriveMappingSize = 1024; in DevicePathToDriveLetterPath() local
43 wchar_t drive_mapping[kDriveMappingSize] = {'\0'}; in DevicePathToDriveLetterPath()
44 if (!::GetLogicalDriveStrings(kDriveMappingSize - 1, drive_mapping)) { in DevicePathToDriveLetterPath()