Home | History | Annotate | Download | only in aapt

Lines Matching full:fileno

500     modWhen = getModTime(inputFp ? fileno(inputFp) : fileno(mZipFp));
933 if (ftruncate(fileno(mZipFp), ftell(mZipFp)) != 0) {
1130 fd = dup(fileno(mZipFp));