Searched refs:LastIndexByteString (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/path/ |
D | path.go | 146 i := bytealg.LastIndexByteString(path, '/') 201 if i := bytealg.LastIndexByteString(path, '/'); i >= 0 {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/ |
D | ipsock.go | 176 i := bytealg.LastIndexByteString(hostport, ':') 223 if i := bytealg.LastIndexByteString(s, '%'); i > 0 {
|
D | dial.go | 249 i := bytealg.LastIndexByteString(network, ':')
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/bytealg/ |
D | lastindexbyte_generic.go | 16 func LastIndexByteString(s string, c byte) int { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/os/ |
D | file_plan9.go | 392 dirname := oldname[:bytealg.LastIndexByteString(oldname, '/')+1] 401 if bytealg.LastIndexByteString(newname, '/') >= 0 {
|
D | tempfile.go | 70 if pos := bytealg.LastIndexByteString(pattern, '*'); pos != -1 {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/strings/ |
D | strings.go | 87 return bytealg.LastIndexByteString(s, substr[0]) 231 return bytealg.LastIndexByteString(s, c)
|
/aosp_15_r20/prebuilts/go/linux-x86/src/embed/ |
D | embed.go | 191 i := bytealg.LastIndexByteString(name, '/')
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/netip/ |
D | netip.go | 1076 i := bytealg.LastIndexByteString(s, ':') 1339 i := bytealg.LastIndexByteString(s, '/')
|