Home
last modified time | relevance | path

Searched refs:fileC (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/zip/
H A Dzip_test.go34 fileC = []byte("CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC") var
48 "c": fileC,
138 fh("c", fileC, zip.Deflate),
183 fh("c", fileC, zip.Store),
216 fh("a/a/c", fileC, zip.Deflate),
240 fh("c", fileC, zip.Deflate),
253 fh("c", fileC, zip.Deflate),
266 fh("@", fileC, zip.Deflate),
267 fh("foo'bar", fileC, zip.Deflate),
283 fh("foo/c", fileC, zip.Deflate),
/aosp12/frameworks/native/cmds/dumpstate/
H A Dbugreport-format.md41 under the `FS` folder. For example, a `/dirA/dirB/fileC` file in the device
42 would generate a `FS/dirA/dirB/fileC` entry in the zip file.