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

  /external/compiler-rt/lib/asan/lit_tests/
strip_path_prefix.c 2 // RUN: ASAN_OPTIONS="strip_path_prefix='/'" %t 2>&1 | FileCheck %s
  /external/compiler-rt/lib/msan/
msan_flags.h 28 const char *strip_path_prefix; member in struct:__msan::Flags
msan_report.cc 49 StackTrace::PrintStack(trace, size, true, flags()->strip_path_prefix, 0);
85 StripPathPrefix(ai.file, flags()->strip_path_prefix),
msan.cc 129 ParseFlag(str, &f->strip_path_prefix, "strip_path_prefix");
144 f->strip_path_prefix = "";
  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.cc 50 f->strip_path_prefix = "";
78 ParseFlag(env, &f->strip_path_prefix, "strip_path_prefix");
tsan_flags.h 52 const char *strip_path_prefix; member in struct:__tsan::Flags
tsan_rtl_report.cc 61 const char *path_prefix = flags()->strip_path_prefix;
  /external/compiler-rt/lib/asan/
asan_stack.cc 28 flags()->strip_path_prefix, MaybeCallAsanSymbolize);
asan_flags.h 95 const char *strip_path_prefix; member in struct:__asan::Flags
asan_rtl.cc 121 ParseFlag(str, &f->strip_path_prefix, "strip_path_prefix");
163 f->strip_path_prefix = "";
asan_report.cc 480 StripPathPrefix(ai.file, flags()->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/oprofile/pp/
oparchive.cpp 133 exe_name = classes.extra_found_images.strip_path_prefix(real_exe_name);

Completed in 1430 milliseconds