HomeSort by: relevance | last modified time | path
    Searched defs:default_module_name (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
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);

Completed in 12 milliseconds