HomeSort by relevance Sort by last modified time
    Searched refs:short_module_name (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 240 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/
machine.c 928 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);
    [all...]

Completed in 142 milliseconds