Home
last modified time | relevance | path

Searched refs:LastIndexByteString (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/path/
Dpath.go146 i := bytealg.LastIndexByteString(path, '/')
201 if i := bytealg.LastIndexByteString(path, '/'); i >= 0 {
/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dipsock.go176 i := bytealg.LastIndexByteString(hostport, ':')
223 if i := bytealg.LastIndexByteString(s, '%'); i > 0 {
Ddial.go249 i := bytealg.LastIndexByteString(network, ':')
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/bytealg/
Dlastindexbyte_generic.go16 func LastIndexByteString(s string, c byte) int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dfile_plan9.go392 dirname := oldname[:bytealg.LastIndexByteString(oldname, '/')+1]
401 if bytealg.LastIndexByteString(newname, '/') >= 0 {
Dtempfile.go70 if pos := bytealg.LastIndexByteString(pattern, '*'); pos != -1 {
/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dstrings.go87 return bytealg.LastIndexByteString(s, substr[0])
231 return bytealg.LastIndexByteString(s, c)
/aosp_15_r20/prebuilts/go/linux-x86/src/embed/
Dembed.go191 i := bytealg.LastIndexByteString(name, '/')
/aosp_15_r20/prebuilts/go/linux-x86/src/net/netip/
Dnetip.go1076 i := bytealg.LastIndexByteString(s, ':')
1339 i := bytealg.LastIndexByteString(s, '/')