Home
last modified time | relevance | path

Searched defs:TrimPrefix (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp-deps/amber/src/
Dvirtual_file_store.cc24 std::string TrimPrefix(const std::string& str, const std::string& prefix) { in TrimPrefix() function
/aosp_15_r20/system/linkerconfig/modules/
H A Dstringutil.cc27 std::string TrimPrefix(const std::string& s, const std::string& prefix) { in TrimPrefix() function
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/stringslite/
Dstrings.go129 func TrimPrefix(s, prefix string) string { func
/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dstrings.go1075 func TrimPrefix(s, prefix string) string { func
/aosp_15_r20/prebuilts/go/linux-x86/src/bytes/
Dbytes.go825 func TrimPrefix(s, prefix []byte) []byte { func