Searched refs:filemove (Results 1 – 2 of 2) sorted by relevance
232 status_t filemove(FILE* fp, off_t dest, off_t src, size_t n);
1105 result = filemove(mZipFp, pEntry->getLFHOffset() - adjust, in crunchArchive()1136 status_t ZipFile::filemove(FILE* fp, off_t dst, off_t src, size_t n) in filemove() function in android::ZipFile