Home | History | Annotate | Download | only in base

Lines Matching defs:kMaxPathLength

1089   // Pad a bit to be safe.  If kMaxPathLength is ever changed to be less
1091 // not return kMaxPathLength. This would mean that only part of the
1093 const int kMaxPathLength = MAX_PATH + 10;
1094 wchar_t mapped_file_path[kMaxPathLength];
1097 if (::GetMappedFileNameW(cp, file_view, mapped_file_path, kMaxPathLength)) {