Home
last modified time | relevance | path

Searched refs:strip_path_prefix (Results 1 – 10 of 10) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_flags.cc46 f->strip_path_prefix = ""; in InitializeFlags()
69 ParseFlag(env, &f->strip_path_prefix, "strip_path_prefix"); in InitializeFlags()
Dtsan_flags.h45 const char *strip_path_prefix; member
Dtsan_rtl_report.cc56 const char *path_prefix = flags()->strip_path_prefix; in StackStripMain()
/external/compiler-rt/lib/asan/
Dasan_stack.cc24 flags()->strip_path_prefix, symbolize_callback); in PrintStack()
Dasan_flags.h91 const char *strip_path_prefix; member
Dasan_rtl.cc104 ParseFlag(str, &f->strip_path_prefix, "strip_path_prefix"); in ParseFlagsFromString()
142 f->strip_path_prefix = ""; in InitializeFlags()
/external/oprofile/libpp/
Dlocate_images.h77 std::string strip_path_prefix(std::string const & image) const;
Dparse_filename.cpp194 extra_found_images.strip_path_prefix(jitdump); in parse_filename()
Dlocate_images.cpp226 string extra_images::strip_path_prefix(string const & image) const in strip_path_prefix() function in extra_images
/external/oprofile/pp/
Doparchive.cpp133 exe_name = classes.extra_found_images.strip_path_prefix(real_exe_name); in oparchive()