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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_linux.cc 27 static char proc_self_exe_cache_str[kMaxPathLength];
56 ReadBinaryName(proc_self_exe_cache_str, kMaxPathLength);
sanitizer_symbolizer_mac.cc 30 InternalScopedBuffer<char> module_name(kMaxPathLength);
sanitizer_symbolizer_linux_libcdep.cc 61 InternalScopedBuffer<char> module_name(kMaxPathLength);
sanitizer_common.h 36 const uptr kMaxPathLength = 512;
  /external/chromium_org/base/
file_util_win.cc 651 // Pad a bit to be safe. If kMaxPathLength is ever changed to be less
653 // not return kMaxPathLength. This would mean that only part of the
655 const int kMaxPathLength = MAX_PATH + 10;
656 wchar_t mapped_file_path[kMaxPathLength];
659 if (::GetMappedFileNameW(cp, file_view, mapped_file_path, kMaxPathLength)) {
  /external/chromium/base/
file_util_win.cc     [all...]

Completed in 398 milliseconds