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

  /external/compiler-rt/test/asan/TestCases/
strip_path_prefix.c 2 // RUN: env ASAN_OPTIONS="strip_path_prefix='/'" not %run %t 2>&1 | FileCheck %s
  /external/chromium_org/build/sanitizers/
sanitizer_options.cc 46 // strip_path_prefix=Release/../../ - prefixes up to and including this
57 "strip_path_prefix=Release/../../ ";
62 "detect_leaks=0 strip_path_prefix=Release/../../ ";
68 "strip_path_prefix=Release/../../ ";
109 // strip_path_prefix=Release/../../ - prefixes up to and including this
114 "strip_path_prefix=Release/../../ ";
  /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/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/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/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/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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libasan.so 
libasan.so.0 
libasan.so.0.0.0 
libasan.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libasan.a     [all...]
libtsan.a     [all...]

Completed in 1912 milliseconds