Searched refs:Read (Results 1 – 11 of 11) sorted by relevance
/build/soong/third_party/zip/ |
D | register.go | 84 func (r *pooledFlateReader) Read(p []byte) (n int, err error) { func 90 return r.fr.Read(p)
|
D | reader.go | 190 func (r *checksumReader) Read(b []byte) (n int, err error) { func 194 n, err = r.rc.Read(b)
|
/build/soong/finder/fs/ |
D | test.go | 72 func Read(t *testing.T, path string, filesystem *MockFs) string { func
|
/build/make/tools/rbcrun/ |
D | README.md | 19 Read script from *text*
|
/build/soong/cmd/diff_target_files/ |
D | allow_list.go | 226 func (j *jsonCommentStripper) Read(buf []byte) (int, error) { func
|
/build/make/tools/droiddoc/templates-pdk/ |
D | sdkpage.cs | 86 using the Android framework APIs, you probably do not need the NDK. Read <a
|
/build/soong/finder/ |
D | finder_test.go | 686 cacheText := fs.Read(t, finder.DbPath, filesystem) 1166 cacheContent := fs.Read(t, finder.DbPath, fs1) 1231 string1 := fs.Read(t, finder.DbPath, filesystem) 1243 string2 := fs.Read(t, finder.DbPath, filesystem)
|
/build/soong/cmd/extract_apks/ |
D | main.go | 78 if _, err := rc.Read(bytes); err != io.EOF {
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 382 Read arguments from <file> and overwrite it.
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 621 Read arguments from <file> and overwrite it (if it ends with .bp) or move it to .bp (if it
|
/build/soong/docs/ |
D | best_practices.md | 3 ## Read only source tree
|