Searched defs:FileHeader (Results 1 – 10 of 10) sorted by relevance
/aosp12/build/soong/third_party/zip/ |
H A D | struct.go | 70 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 D | android.go | 131 func (w *Writer) CreateCompressedHeader(fh *FileHeader) (io.WriteCloser, error) { 170 func (w *Writer) CreateHeaderAndroid(fh *FileHeader) (io.Writer, error) {
|
H A D | writer.go | 28 *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 D | zip_test.go | 66 func testHeaderRoundTrip(fh *FileHeader, wantUncompressedSize uint32, wantUncompressedSize64 uint64… 368 func testValidHeader(h *FileHeader, t *testing.T) {
|
H A D | reader.go | 37 FileHeader anonMember
|
/aosp12/system/extras/simpleperf/ |
H A D | record_file_format.h | 124 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 D | record_file.h | 132 const PerfFileFormat::FileHeader& FileHeader() const { return header_; } in FileHeader() function
|
/aosp12/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | FileInfo.kt | 195 class FileHeader(lines: List<String>): Code(lines) regex
|
/aosp12/build/soong/zip/ |
H A D | zip.go | 712 func (z *ZipWriter) writeFileContents(header *zip.FileHeader, r pathtools.ReaderAtSeekerCloser) (er…
|
/aosp12/art/libprofile/profile/ |
H A D | profile_compilation_info.cc | 274 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
|