Home
last modified time | relevance | path

Searched defs:StripPathPrefix (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp87 const char *StripPathPrefix(const char *filepath, in StripPathPrefix() function
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cpp346 EXPECT_EQ(0, StripPathPrefix(0, "prefix")); in TEST() argument