Home
last modified time | relevance | path

Searched defs:FileHeader (Results 1 – 10 of 10) sorted by relevance

/aosp12/build/soong/third_party/zip/
H A Dstruct.go70 type FileHeader struct { struct
75 Name string
77 CreatorVersion uint16
78 ReaderVersion uint16
79 Flags uint16
80 Method uint16
83 CRC32 uint32
86 CompressedSize64 uint64
87 UncompressedSize64 uint64
88 Extra []byte
[all …]
H A Dandroid.go131 func (w *Writer) CreateCompressedHeader(fh *FileHeader) (io.WriteCloser, error) {
170 func (w *Writer) CreateHeaderAndroid(fh *FileHeader) (io.Writer, error) {
H A Dwriter.go28 *FileHeader anonMember
204 func (w *Writer) CreateHeader(fh *FileHeader) (io.Writer, error) {
220 func (w *Writer) createHeaderImpl(fh *FileHeader) (io.Writer, error) {
268 func writeHeader(w io.Writer, h *FileHeader) error {
H A Dzip_test.go66 func testHeaderRoundTrip(fh *FileHeader, wantUncompressedSize uint32, wantUncompressedSize64 uint64…
368 func testValidHeader(h *FileHeader, t *testing.T) {
H A Dreader.go37 FileHeader anonMember
/aosp12/system/extras/simpleperf/
H A Drecord_file_format.h124 struct FileHeader { struct
125 char magic[8];
126 uint64_t header_size;
127 uint64_t attr_size;
128 SectionDesc attrs;
129 SectionDesc data;
130 SectionDesc event_types;
131 unsigned char features[FEAT_MAX_NUM / 8];
H A Drecord_file.h132 const PerfFileFormat::FileHeader& FileHeader() const { return header_; } in FileHeader() function
/aosp12/frameworks/base/tools/codegen/src/com/android/codegen/
H A DFileInfo.kt195 class FileHeader(lines: List<String>): Code(lines) regex
/aosp12/build/soong/zip/
H A Dzip.go712 func (z *ZipWriter) writeFileContents(header *zip.FileHeader, r pathtools.ReaderAtSeekerCloser) (er…
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc274 class ProfileCompilationInfo::FileHeader { class in art::ProfileCompilationInfo
277 FileHeader() { in FileHeader() function in art::ProfileCompilationInfo::FileHeader
282 FileHeader(const uint8_t* version, uint32_t file_section_count) in FileHeader() function in art::ProfileCompilationInfo::FileHeader