Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DFileDispatcherImpl.c59 #define ftruncate64 ftruncate macro
167 ftruncate64(fdval(env, fdo), size), in FileDispatcherImpl_truncate0()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp1315 throwIfMinusOne(env, "ftruncate", TEMP_FAILURE_RETRY(ftruncate64(fd, length))); in Linux_ftruncate()