Searched refs:short_module_name (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc240 const char *short_module_name = internal_strrchr(module, '/'); local
241 if (short_module_name)
242 short_module_name += 1;
244 short_module_name = module;
245 return internal_strdup(short_module_name);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dmachine.c928 char short_module_name[1024]; local
940 snprintf(short_module_name, sizeof(short_module_name),
942 strxfrchar(short_module_name, '-', '_');
944 strcpy(short_module_name, event->mmap.filename);
951 name = strdup(short_module_name);

Completed in 255 milliseconds