Home
last modified time | relevance | path

Searched refs:kMaxPathLength (Results 1 - 1 of 1) sorted by relevance

/third_party/gn/src/base/files/
H A Dfile_util_win.cc506 // Pad a bit to be safe. If kMaxPathLength is ever changed to be less in NormalizeToNativeFilePath()
508 // not return kMaxPathLength. This would mean that only part of the in NormalizeToNativeFilePath()
510 const int kMaxPathLength = MAX_PATH + 10; in NormalizeToNativeFilePath() local
511 char16_t mapped_file_path[kMaxPathLength]; in NormalizeToNativeFilePath()
515 kMaxPathLength)) { in NormalizeToNativeFilePath()

Completed in 2 milliseconds