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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 149 const char *strip_path_prefix) {
151 if (strip_path_prefix == 0) return filepath;
152 const char *pos = internal_strstr(filepath, strip_path_prefix);
154 pos += internal_strlen(strip_path_prefix);
164 StripPathPrefix(file, common_flags()->strip_path_prefix));
175 StripPathPrefix(module, common_flags()->strip_path_prefix),
195 file ? StripPathPrefix(file, common_flags()->strip_path_prefix) : "??",
sanitizer_flags.h 34 const char *strip_path_prefix; member in struct:__sanitizer::CommonFlags
sanitizer_flags.cc 41 f->strip_path_prefix = "";
79 ParseFlag(str, &f->strip_path_prefix, "strip_path_prefix",
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_common_test.cc 243 const char *old_strip_path_prefix = common_flags()->strip_path_prefix;
244 common_flags()->strip_path_prefix = "/dir/";
248 common_flags()->strip_path_prefix = old_strip_path_prefix;
257 const char *old_strip_path_prefix = common_flags()->strip_path_prefix;
258 common_flags()->strip_path_prefix = "/dir/";
262 common_flags()->strip_path_prefix = old_strip_path_prefix;
  /external/oprofile/libpp/
locate_images.h 77 std::string strip_path_prefix(std::string const & image) const;
locate_images.cpp 226 string extra_images::strip_path_prefix(string const & image) const function in class:extra_images
parse_filename.cpp 194 extra_found_images.strip_path_prefix(jitdump);
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_flags_test.cc 68 " strip_path_prefix=zxcvb"
113 " strip_path_prefix=ddddddd"
158 EXPECT_EQ(f->strip_path_prefix, std::string("zxcvb"));
203 EXPECT_EQ(f->strip_path_prefix, std::string("ddddddd"));
  /external/oprofile/pp/
oparchive.cpp 133 exe_name = classes.extra_found_images.strip_path_prefix(real_exe_name);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 64 const char *path_prefix = flags()->strip_path_prefix;

Completed in 211 milliseconds