Home | History | Annotate | Download | only in zipalign

Lines Matching full:fileno

505     modWhen = getModTime(inputFp ? fileno(inputFp) : fileno(mZipFp));
1013 if (ftruncate(fileno(mZipFp), ftell(mZipFp)) != 0) {
1210 fd = dup(fileno(mZipFp));