Home
last modified time | relevance | path

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

/system/core/code_coverage/seccomp_policy/
Dcode_coverage.x86.policy9 ftruncate64: 1
Dcode_coverage.arm.policy9 ftruncate64: 1
Dcode_coverage.policy.def33 ftruncate64: 1
/system/core/libutils/include/utils/
DCompat.h48 static inline int ftruncate64(int fd, off64_t length) { in ftruncate64() function
/system/extras/ext4_utils/include/ext4_utils/
Dext4_utils.h43 #define ftruncate64 ftruncate macro
/system/core/libsparse/
Doutput_file.cpp43 #define ftruncate64 ftruncate macro
48 #define ftruncate64 ftruncate macro
133 ret = ftruncate64(outn->fd, len); in file_pad()
/system/extras/f2fs_utils/
Df2fs_sparseblock.c625 ftruncate64(outfd, info->total_blocks * F2FS_BLKSIZE); in main()