Searched refs:whole_path_limit (Results 1 – 1 of 1) sorted by relevance
723 int whole_path_limit = std::max(0, MAX_PATH - 1 - static_cast<int>(prefix)); in GetMaximumPathComponentLength() local724 return std::min(whole_path_limit, static_cast<int>(max_length)); in GetMaximumPathComponentLength()