Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_util_win.cc390 const int kDriveMappingSize = 1024; in DevicePathToDriveLetterPath() local
391 char16_t drive_mapping[kDriveMappingSize] = {'\0'}; in DevicePathToDriveLetterPath()
392 if (!::GetLogicalDriveStrings(kDriveMappingSize - 1, in DevicePathToDriveLetterPath()