Home | History | Annotate | Download | only in downloads

Lines Matching defs:ftruncate

492                             Log.w(TAG, "fallocate() not supported; falling back to ftruncate()");
493 Os.ftruncate(outFd, mInfoDelta.mTotalBytes);
600 Os.ftruncate(target.getFileDescriptor(), 0);