Searched refs:kMaxPathLength (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc163 InternalScopedBuffer<char> module_name(kMaxPathLength);
H A Dsanitizer_posix.cc267 InternalScopedBuffer<char> buffer(kMaxPathLength);
272 if (prefix_len + name_len + 2 <= kMaxPathLength) {
H A Dsanitizer_procmaps_linux.cc248 InternalScopedBuffer<char> module_name(kMaxPathLength);
H A Dsanitizer_linux_libcdep.cc488 InternalScopedBuffer<char> module_name(kMaxPathLength);
H A Dsanitizer_linux.cc681 static char proc_self_exe_cache_str[kMaxPathLength];
718 ReadBinaryName(proc_self_exe_cache_str, kMaxPathLength);
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 330 milliseconds