HomeSort by relevance Sort by last modified time
    Searched defs:kMaxPathLength (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 37 const uptr kMaxPathLength = 512;
  /external/chromium_org/base/files/
file_util_win.cc 531 // 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;
536 wchar_t mapped_file_path[kMaxPathLength];
539 if (::GetMappedFileNameW(cp, file_view, mapped_file_path, kMaxPathLength)) {

Completed in 98 milliseconds