Searched defs:kMaxPathLength (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h37 const uptr kMaxPathLength = 512; member in namespace:__sanitizer
/external/chromium_org/base/files/
H A Dfile_util_win.cc531 // Pad a bit to be safe. If kMaxPathLength is ever changed to be less
533 // not return kMaxPathLength. This would mean that only part of the
535 const int kMaxPathLength = MAX_PATH + 10; local
536 wchar_t mapped_file_path[kMaxPathLength];
539 if (::GetMappedFileNameW(cp, file_view, mapped_file_path, kMaxPathLength)) {

Completed in 961 milliseconds