Searched refs:fileC (Results 1 – 2 of 2) sorted by relevance
/aosp12/build/soong/zip/ |
H A D | zip_test.go | 34 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 D | bugreport-format.md | 41 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.
|