Home
last modified time | relevance | path

Searched defs:ftruncate64 (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/libutils/include/utils/
H A DCompat.h48 static inline int ftruncate64(int fd, off64_t length) { in ftruncate64() function
/aosp12/system/extras/ext4_utils/include/ext4_utils/
H A Dext4_utils.h43 #define ftruncate64 ftruncate macro
/aosp12/system/core/libsparse/
H A Doutput_file.cpp43 #define ftruncate64 ftruncate macro
48 #define ftruncate64 ftruncate macro
/aosp12/bionic/tests/
H A Dunistd_test.cpp206 TEST(UNISTD_TEST, ftruncate64) { in TEST() argument