Searched refs:filedes (Results 1 - 1 of 1) sorted by last modified time

/bionic/libc/bionic/
H A Dftruncate.cpp28 int ftruncate(int filedes, off_t length) { argument
29 return ftruncate64(filedes, length);

Completed in 50 milliseconds