Home
last modified time | relevance | path

Searched defs:lazybuf (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/filepathlite/
Dpath.go24 type lazybuf struct { struct
25 path string
26 buf []byte
27 w int
28 volAndPath string
29 volLen int
32 func (b *lazybuf) index(i int) byte {
39 func (b *lazybuf) append(c byte) {
52 func (b *lazybuf) prepend(prefix ...byte) {
57 func (b *lazybuf) string() string {
Dpath_nonwindows.go9 func postClean(out *lazybuf) {}
Dpath_windows.go307 func postClean(out *lazybuf) {
/aosp_15_r20/prebuilts/go/linux-x86/src/path/
Dpath.go20 type lazybuf struct { struct
21 s string
22 buf []byte
23 w int
26 func (b *lazybuf) index(i int) byte {
33 func (b *lazybuf) append(c byte) {
46 func (b *lazybuf) string() string {