Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cpp48 const char *base = GetProcessName(); in SubstituteForFlagValue()
H A Dsanitizer_file.cpp55 const char *exe_name = GetProcessName(); in ReopenIfNecessary()
H A Dsanitizer_common.cpp253 const char *GetProcessName() { in GetProcessName() function
H A Dsanitizer_printf.cpp273 const char *exe_name = GetProcessName(); in SharedPrintfCodeNoBuffer()
H A Dsanitizer_linux_libcdep.cpp853 openlog(GetProcessName(), 0, LOG_USER); in AndroidLogInit()
877 async_safe_write_log(SANITIZER_ANDROID_LOG_INFO, GetProcessName(), s); in WriteOneLineToSyslog()
H A Dsanitizer_symbolizer_libcdep.cpp478 if (const char* ProcessName = GetProcessName()) { in IsSameModule()
H A Dsanitizer_common.h273 const char *GetProcessName();