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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.cc 37 if (ReadBinaryNameCached(exec.data(), exec.size())) {
sanitizer_common.cc 399 uptr ReadBinaryNameCached(/*out*/char *buf, uptr buf_len) {
sanitizer_linux_libcdep.cc 433 ReadBinaryNameCached(module_name.data(), module_name.size());
sanitizer_common.h 274 uptr ReadBinaryNameCached(/*out*/char *buf, uptr buf_len);

Completed in 254 milliseconds