Home
last modified time | relevance | path

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

/external/chromium_org/base/
Dfile_util_win.cc723 int whole_path_limit = std::max(0, MAX_PATH - 1 - static_cast<int>(prefix)); in GetMaximumPathComponentLength() local
724 return std::min(whole_path_limit, static_cast<int>(max_length)); in GetMaximumPathComponentLength()