Home
last modified time | relevance | path

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

/build/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/tools/fs_config/
Dfs_config_generate.c115 ssize_t len = fs_config_generate(buffer, sizeof(buffer), pc); in main() local
/build/tools/signapk/
DSignApk.java367 public void write(byte[] b, int off, int len) throws IOException { in write()
577 public void write(byte[] b, int off, int len) throws IOException { in write()
/build/tools/zipalign/
DZipFile.cpp1297 status_t ZipFile::EndOfCentralDir::readBuf(const unsigned char* buf, int len) in readBuf()