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.cc710 static char proc_self_exe_cache_str[kMaxPathLength]; variable
717 internal_snprintf(buf, buf_len, "%s", proc_self_exe_cache_str); in ReadBinaryName()
747 ReadBinaryName(proc_self_exe_cache_str, kMaxPathLength); in CacheBinaryName()