Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.cc60 const char *base = GetProcessName(); in SubstituteForFlagValue()
Dsanitizer_common.cc55 const char *exe_name = GetProcessName(); in ReopenIfNecessary()
372 const char *GetProcessName() { in GetProcessName() function
Dsanitizer_printf.cc262 const char *exe_name = GetProcessName(); in SharedPrintfCode()
Dsanitizer_common.h276 const char *GetProcessName();
Dsanitizer_coverage_libcdep.cc818 CovOpenFile(&report_path, false /* packed */, GetProcessName(), "html"); in GenerateHtmlReport()