Home
last modified time | relevance | path

Searched refs:Store (Results 1 – 16 of 16) sorted by relevance

/build/soong/zip/
Dzip_test.go66 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),
Dzip.go434 zipMethod = zip.Store
882 ze.fh.Method = zip.Store
891 ze.fh.Method = zip.Store
/build/soong/third_party/zip/
Dregister.go109 Store: func(w io.Writer) (io.WriteCloser, error) { return &nopCloser{w}, nil },
114 Store: ioutil.NopCloser,
Dandroid.go162 writeDataDescriptor := fh.Method != Store
Dwriter_test.go29 Method: Store,
Dzip_test.go31 Method: Store, // avoid Issue 6136 and Issue 6138
261 Method: Store,
Dstruct.go30 Store uint16 = 0 const
/build/soong/jar/
Djar.go92 Method: zip.Store,
/build/soong/android/
Donceper.go59 once.values.Store(key, v)
Dnamespace.go143 r.namespacesByDir.Store(namespace.Path, namespace)
167 r.namespacesByDir.Store(path, namespace)
/build/soong/cmd/zip2zip/
Dzip2zip.go220 if match.uncompress && match.File.FileHeader.Method != zip.Store {
223 fh.Method = zip.Store
Dzip2zip_test.go458 if file.Method == zip.Store {
/build/soong/cmd/merge_zips/
Dmerge_zips.go294 Method: zip.Store,
340 Method: zip.Store,
/build/soong/cc/
Dpgo.go56 getNamedMapForConfig(ctx.Config(), modulesMissingProfileFileKey).Store(missing, true)
Dcompiler.go253 getNamedMapForConfig(ctx.Config(), key).Store(module, true)
/build/blueprint/proptools/
Dclone.go269 typeFieldCache.Store(typ, typeFields)