Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cpp1093 const char *default_module_name = getexecname(); in ReadBinaryName() local
1094 CHECK_NE(default_module_name, NULL); in ReadBinaryName()
1095 return internal_snprintf(buf, buf_len, "%s", default_module_name); in ReadBinaryName()
1103 const char *default_module_name = "kern.proc.pathname"; in ReadBinaryName()
1110 const char *default_module_name = "/proc/self/exe"; in ReadBinaryName()
1112 default_module_name, buf, buf_len); in ReadBinaryName()
1121 default_module_name); in ReadBinaryName()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc816 const char *default_module_name = "kern.proc.pathname"; in ReadBinaryName() local
822 const char *default_module_name = "/proc/self/exe"; in ReadBinaryName()
824 default_module_name, buf, buf_len); in ReadBinaryName()
833 default_module_name); in ReadBinaryName()