Searched refs:Store (Results 1 – 16 of 16) sorted by relevance
/build/soong/zip/ |
D | zip_test.go | 66 Method: zip.Store, 76 Method: zip.Store, 86 Method: zip.Store, 173 fh("a/a/a", fileA, zip.Store), 174 fh("a/a/b", fileB, zip.Store), 175 fh("c", fileC, zip.Store), 338 fh("a/a/a", fileA, zip.Store),
|
D | zip.go | 434 zipMethod = zip.Store 882 ze.fh.Method = zip.Store 891 ze.fh.Method = zip.Store
|
/build/soong/third_party/zip/ |
D | register.go | 109 Store: func(w io.Writer) (io.WriteCloser, error) { return &nopCloser{w}, nil }, 114 Store: ioutil.NopCloser,
|
D | android.go | 162 writeDataDescriptor := fh.Method != Store
|
D | writer_test.go | 29 Method: Store,
|
D | zip_test.go | 31 Method: Store, // avoid Issue 6136 and Issue 6138 261 Method: Store,
|
D | struct.go | 30 Store uint16 = 0 const
|
/build/soong/jar/ |
D | jar.go | 92 Method: zip.Store,
|
/build/soong/android/ |
D | onceper.go | 59 once.values.Store(key, v)
|
D | namespace.go | 143 r.namespacesByDir.Store(namespace.Path, namespace) 167 r.namespacesByDir.Store(path, namespace)
|
/build/soong/cmd/zip2zip/ |
D | zip2zip.go | 220 if match.uncompress && match.File.FileHeader.Method != zip.Store { 223 fh.Method = zip.Store
|
D | zip2zip_test.go | 458 if file.Method == zip.Store {
|
/build/soong/cmd/merge_zips/ |
D | merge_zips.go | 294 Method: zip.Store, 340 Method: zip.Store,
|
/build/soong/cc/ |
D | pgo.go | 56 getNamedMapForConfig(ctx.Config(), modulesMissingProfileFileKey).Store(missing, true)
|
D | compiler.go | 253 getNamedMapForConfig(ctx.Config(), key).Store(module, true)
|
/build/blueprint/proptools/ |
D | clone.go | 269 typeFieldCache.Store(typ, typeFields)
|