Home
last modified time | relevance | path

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

/system/core/code_coverage/seccomp_policy/
Dcode_coverage.x86.policy10 ftruncate64: 1
Dcode_coverage.arm.policy10 ftruncate64: 1
Dcode_coverage.policy.def36 ftruncate64: 1
/system/update_engine/payload_consumer/
Dcow_writer_file_descriptor_unittest.cc43 ASSERT_EQ(ftruncate64(cow_device_file_.fd(), PARTITION_SIZE), 0) in SetUp()
46 ASSERT_EQ(ftruncate64(cow_source_file_.fd(), PARTITION_SIZE), 0) in SetUp()
/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.c603 ftruncate64(outfd, info->total_blocks * F2FS_BLKSIZE); in main()