Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/mtp/tests/MtpFuzzer/
H A DMtpPacketFuzzerUtils.h31 constexpr size_t kMaxPathLength = 64; variable
/aosp_15_r20/hardware/google/aemu/base/
DSharedLibrary.cpp113 constexpr size_t kMaxPathLength = 2048; in do_open() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h45 const uptr kMaxPathLength = 4096; variable
/aosp_15_r20/external/cronet/base/files/
H A Dfile_util_win.cc818 constexpr int kMaxPathLength = MAX_PATH + 10; in NormalizeFilePath() local
/aosp_15_r20/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc122 const size_t kMaxPathLength = 4096; variable