Home
last modified time | relevance | path

Searched refs:amt (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DKatiCommandImpl.java47 int amt; in run() local
48 while ((amt = reader.read(buf, 0, buf.length)) >= 0) { in run()
49 mOutput.append(buf, 0, amt); in run()
/build/make/tools/zipalign/
DZipFile.cpp1317 ssize_t amt = fread(buf, 1, unlen, mZipFp); in uncompress() local
1318 if (amt != (ssize_t)unlen) { in uncompress()