Lines Matching refs:kMaxFilePathLength
85 const uint32 kMaxFilePathLength = MAX_PATH - 1;
87 const uint32 kMaxFilePathLength = PATH_MAX - 1;
180 saved_main_file_path_.value().length() <= kMaxFilePathLength);
182 saved_main_directory_path_.value().length() < kMaxFilePathLength);
360 return std::min(kMaxFilePathLength,
364 return kMaxFilePathLength;
463 // number path will be less than or equal to kMaxFilePathLength.