Home
last modified time | relevance | path

Searched defs:len (Results 1 – 13 of 13) sorted by relevance

/build/kati/
Dstring_piece.h70 StringPiece(const char* offset, size_type len) : ptr_(offset), length_(len) {} in StringPiece()
85 void set(const char* data, size_type len) { in set()
93 void set(const void* data, size_type len) { in set()
Dfile.cc41 size_t len = st.st_size; in Makefile() local
Dio.cc41 int len = LoadInt(fp); in LoadString() local
Dstrutil.cc40 int len, in SkipUntilSSE42()
62 int len, in SkipUntil()
78 int len = static_cast<int>(in->size()); in operator ++() local
Dstring_piece.cc36 size_t len = x.size(); in operator ==() local
Dparser.cc128 size_t len = p.first.size(); in Init() local
Dfind.cc987 ssize_t len = readlink(path.c_str(), buf, PATH_MAX); in ResolveSymlinks() local
Dfunc.cc727 size_t len = st.st_size; in FileReadFunc() local
/build/make/tools/signapk/src/com/android/signapk/
DCountingOutputStream.java45 public void write(byte[] b, int off, int len) throws IOException { in write()
DSignApk.java673 public void write(byte[] b, int off, int len) throws IOException { in write()
/build/make/tools/atree/
Dfiles.cpp89 size_t len = p-q; in split_line() local
104 size_t len = p-q; in split_line() local
246 int len = strlen(p); in read_list_file() local
/build/make/tools/ziptime/
DZipFile.cpp212 status_t ZipFile::EndOfCentralDir::readBuf(const uint8_t* buf, int len) in readBuf()
/build/make/tools/zipalign/
DZipFile.cpp1224 bool ReadAtOffset(uint8_t* buf, size_t len, uint32_t offset) const { in ReadAtOffset()
1322 status_t ZipFile::EndOfCentralDir::readBuf(const uint8_t* buf, int len) in readBuf()