Searched defs:buf (Results 1 – 12 of 12) sorted by relevance
/build/make/tools/ziptime/ |
D | ZipEntry.h | 53 static inline uint16_t getShortLE(const uint8_t* buf) { in getShortLE() 56 static inline uint32_t getLongLE(const uint8_t* buf) { in getLongLE() 59 static inline void putShortLE(uint8_t* buf, uint16_t val) { in putShortLE()
|
D | ZipEntry.cpp | 89 uint8_t buf[kLFHLen]; in rewrite() local 126 uint8_t buf[kCDELen]; in rewrite() local
|
D | ZipFile.cpp | 76 uint8_t* buf = NULL; in rewriteCentralDir() local 212 status_t ZipFile::EndOfCentralDir::readBuf(const uint8_t* buf, int len) in readBuf()
|
/build/make/tools/zipalign/ |
D | ZipEntry.cpp | 407 uint8_t buf[kLFHLen]; in read() local 473 uint8_t buf[kLFHLen]; in write() local 541 uint8_t buf[kCDELen]; in read() local 631 uint8_t buf[kCDELen]; in write() local
|
D | ZipFile.cpp | 209 uint8_t* buf = NULL; in readCentralDir() local 678 void *buf = pSourceZip->uncompress(pSourceEntry); in addRecompress() local 1200 BufferWriter(void* buf, size_t size) : Writer(), in BufferWriter() 1203 bool Append(uint8_t* buf, size_t buf_size) override { in Append() 1224 bool ReadAtOffset(uint8_t* buf, size_t len, off64_t offset) const { in ReadAtOffset() 1256 void* buf = malloc(unlen); in uncompress() local 1322 status_t ZipFile::EndOfCentralDir::readBuf(const uint8_t* buf, int len) in readBuf() 1366 uint8_t buf[kEOCDLen]; in write() local
|
D | ZipEntry.h | 113 static inline uint16_t getShortLE(const uint8_t* buf) { in getShortLE() 116 static inline uint32_t getLongLE(const uint8_t* buf) { in getLongLE() 119 static inline void putShortLE(uint8_t* buf, uint16_t val) { in putShortLE() 123 static inline void putLongLE(uint8_t* buf, uint32_t val) { in putLongLE()
|
/build/soong/ui/status/ |
D | kati.go | 39 buf strings.Builder member
|
/build/soong/third_party/zip/ |
D | zip_test.go | 123 buf []repeatedByte member
|
/build/soong/ui/tracer/ |
D | tracer.go | 60 buf bytes.Buffer member
|
/build/make/tools/libhost/ |
D | CopyFile.c | 118 unsigned char buf[8192]; in copyFileContents() local
|
/build/make/tools/atree/ |
D | files.cpp | 186 char* buf = NULL; in read_list_file() local
|
/build/soong/android/ |
D | rule_builder.go | 481 buf strings.Builder member
|