Home
last modified time | relevance | path

Searched refs:proc_self_exe_cache_str (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc681 static char proc_self_exe_cache_str[kMaxPathLength]; variable
688 internal_snprintf(buf, buf_len, "%s", proc_self_exe_cache_str); in ReadBinaryName()
718 ReadBinaryName(proc_self_exe_cache_str, kMaxPathLength); in CacheBinaryName()