Home
last modified time | relevance | path

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

/aosp14/system/core/code_coverage/seccomp_policy/
H A Dcode_coverage.x86.policy10 ftruncate64: 1
H A Dcode_coverage.arm.policy10 ftruncate64: 1
H A Dcode_coverage.policy.def36 ftruncate64: 1
/aosp14/system/core/libutils/include/utils/
H A DCompat.h48 static inline int ftruncate64(int fd, off64_t length) { in ftruncate64() function
/aosp14/system/core/libsparse/
H A Doutput_file.cpp43 #define ftruncate64 ftruncate macro
48 #define ftruncate64 ftruncate macro
138 ret = ftruncate64(outn->fd, len); in file_pad()