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 45 const uptr kMaxPathLength = 4096;
206 char path_prefix[kMaxPathLength];
208 char full_path[kMaxPathLength];
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 122 const size_t kMaxPathLength = 4096;
    [all...]

Completed in 90 milliseconds