sanitizer_linux.cc | 1104 const char *default_module_name = getexecname(); local in function:__sanitizer::ReadBinaryName 1105 CHECK_NE(default_module_name, NULL); 1106 return internal_snprintf(buf, buf_len, "%s", default_module_name); 1114 const char *default_module_name = "kern.proc.pathname"; 1121 const char *default_module_name = "/proc/self/exe"; 1123 default_module_name, buf, buf_len); 1132 default_module_name);
|