Searched refs:StripModuleName (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cc49 ent->module = StripModuleName(info.module);
141 ent->module = StripModuleName(info.module);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_mapping_libcdep.cc83 char *module_name = StripModuleName(modules[i].full_name());
H A Dsanitizer_common.cc237 char *StripModuleName(const char *module) { function in namespace:__sanitizer
H A Dsanitizer_coverage_libcdep.cc303 char *module_name = StripModuleName(module.data());
H A Dsanitizer_common.h210 char *StripModuleName(const char *module);

Completed in 497 milliseconds