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/tsan/rtl/
tsan_symbolize.cc 51 const char *short_module_name = internal_strrchr(module, '/'); local
52 if (short_module_name)
53 short_module_name += 1;
55 short_module_name = module;
56 return internal_strdup(short_module_name);
  /external/linux-tools-perf/util/
event.c 525 char short_module_name[1024]; local
537 snprintf(short_module_name, sizeof(short_module_name),
539 strxfrchar(short_module_name, '-', '_');
541 strcpy(short_module_name, event->mmap.filename);
548 name = strdup(short_module_name);

Completed in 46 milliseconds