Home
last modified time | relevance | path

Searched defs:kMaxPathLength (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h45 const uptr kMaxPathLength = 4096; variable
/external/cronet/base/files/
Dfile_util_win.cc805 constexpr int kMaxPathLength = MAX_PATH + 10; in NormalizeFilePath() local
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc122 const size_t kMaxPathLength = 4096; variable