Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
H A Dfile_util_win.cc668 int whole_path_limit = std::max(0, MAX_PATH - 1 - static_cast<int>(prefix)); in GetMaximumPathComponentLength() local
669 return std::min(whole_path_limit, static_cast<int>(max_length)); in GetMaximumPathComponentLength()

Completed in 6 milliseconds