Searched refs:Store (Results 1 – 17 of 17) sorted by relevance
/build/soong/zip/ |
D | zip_test.go | 68 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),
|
D | zip.go | 435 zipMethod = zip.Store 914 ze.fh.Method = zip.Store 923 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/android/ |
D | onceper.go | 62 once.values.Store(key, v)
|
D | namespace.go | 137 r.namespacesByDir.Store(namespace.Path, namespace) 161 r.namespacesByDir.Store(path, namespace)
|
D | visibility.go | 310 moduleToVisibilityRuleMap(ctx.Config()).Store(qualifiedModuleId, rule)
|
/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/jar/ |
D | jar.go | 95 Method: zip.Store,
|
/build/soong/cc/ |
D | pgo.go | 55 getNamedMapForConfig(ctx.Config(), modulesMissingProfileFileKey).Store(missing, true)
|
D | compiler.go | 264 getNamedMapForConfig(ctx.Config(), key).Store(module, true)
|
/build/blueprint/proptools/ |
D | clone.go | 289 typeFieldCache.Store(typ, typeFields)
|
/build/soong/cmd/merge_zips/ |
D | merge_zips.go | 209 Method: zip.Store, 223 Method: zip.Store,
|