Home
last modified time | relevance | path

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

/build/soong/zip/
Dzip_test.go68 Method: zip.Store,
78 Method: zip.Store,
88 Method: zip.Store,
175 fh("a/a/a", fileA, zip.Store),
176 fh("a/a/b", fileB, zip.Store),
177 fh("c", fileC, zip.Store),
363 fh("a/a/a", fileA, zip.Store),
Dzip.go435 zipMethod = zip.Store
914 ze.fh.Method = zip.Store
923 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/android/
Donceper.go62 once.values.Store(key, v)
Dnamespace.go137 r.namespacesByDir.Store(namespace.Path, namespace)
161 r.namespacesByDir.Store(path, namespace)
Dvisibility.go310 moduleToVisibilityRuleMap(ctx.Config()).Store(qualifiedModuleId, rule)
/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/jar/
Djar.go95 Method: zip.Store,
/build/soong/cc/
Dpgo.go55 getNamedMapForConfig(ctx.Config(), modulesMissingProfileFileKey).Store(missing, true)
Dcompiler.go264 getNamedMapForConfig(ctx.Config(), key).Store(module, true)
/build/blueprint/proptools/
Dclone.go289 typeFieldCache.Store(typ, typeFields)
/build/soong/cmd/merge_zips/
Dmerge_zips.go209 Method: zip.Store,
223 Method: zip.Store,