Searched refs:ftruncate64 (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/native/
H A DFileDispatcherImpl.c57 #define ftruncate64 ftruncate macro
165 ftruncate64(fdval(env, fdo), size),
/libcore/luni/src/main/native/
H A Dlibcore_io_Linux.cpp1237 throwIfMinusOne(env, "ftruncate", TEMP_FAILURE_RETRY(ftruncate64(fd, length)));

Completed in 93 milliseconds