/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 | 90 uint8_t buf[kLFHLen]; in rewrite() local 128 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 | 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()
|
D | ZipFile.cpp | 210 uint8_t* buf = NULL; in readCentralDir() local 679 void *buf = pSourceZip->uncompress(pSourceEntry); in addRecompress() local 1207 void* buf = malloc(unlen); in uncompress() local 1271 status_t ZipFile::EndOfCentralDir::readBuf(const uint8_t* buf, int len) in readBuf() 1315 uint8_t buf[kEOCDLen]; in write() local
|
/build/kati/ |
D | testutil.h | 33 static char buf[64]; in GetStringPiece() local
|
D | file.h | 32 const string& buf() const { return buf_; } in buf() function
|
D | parser.cc | 49 Parser(StringPiece buf, const char* filename, vector<Stmt*>* stmts) in Parser() 60 Parser(StringPiece buf, const Loc& loc, vector<Stmt*>* stmts) in Parser() 554 void Parse(StringPiece buf, const Loc& loc, vector<Stmt*>* out_stmts) { in Parse() 560 void ParseNotAfterRule(StringPiece buf, const Loc& loc, in ParseNotAfterRule()
|
D | buf.go | 67 buf []byte member 131 buf buffer member
|
D | command.cc | 138 string buf; in Eval() local 147 string buf; in Eval() local
|
D | rule.cc | 87 string buf; in ParseRule() local
|
D | strutil_test.cc | 152 char buf[10] = {'f', 'o', '\\', '\0', 'x', 'y'}; in TestFindEndOfLine() local
|
D | stmt.cc | 60 string buf; in GetLhsSymbol() local
|
D | main.cc | 236 char buf[PATH_MAX]; in HandleRealpath() local
|
D | fileutil.cc | 95 char buf[4096]; in RunCommand() local
|
D | dep.cc | 68 string buf; in ApplyOutputPattern() local 456 string buf; in CanPickImplicitRule() local 480 string buf; in CanPickImplicitRule() local
|
D | func.cc | 205 static int GetNumericValueForFunc(const string& buf) { in GetNumericValueForFunc() 276 char buf[32]; in WordsFunc() local 409 char buf[PATH_MAX]; in RealpathFunc() local 418 string buf; in AbspathFunc() local
|
D | var.cc | 63 string buf; in AppendVar() local
|
D | string_piece.cc | 56 size_type StringPiece::copy(char* buf, size_type n, size_type pos) const { in copy()
|
D | strutil.cc | 384 char buf[PATH_MAX]; in AbsPath() local 512 string buf; in EchoEscape() local
|
/build/make/tools/makeparallel/ |
D | makeparallel.cpp | 209 char buf; in ReadByteTimeout() local 277 char buf = '+'; in PutJobserverTokens() local
|
/build/soong/third_party/zip/ |
D | zip_test.go | 123 buf []repeatedByte member
|
/build/soong/ui/tracer/ |
D | tracer.go | 55 buf bytes.Buffer member
|
/build/make/tools/libhost/ |
D | CopyFile.c | 118 unsigned char buf[8192]; in copyFileContents() local
|