Searched refs:ftruncate (Results 1 – 17 of 17) sorted by relevance
/bionic/libc/bionic/ |
D | ftruncate.cpp | 28 int ftruncate(int filedes, off_t length) { in ftruncate() function
|
/bionic/libc/include/ |
D | unistd.h | 253 int ftruncate(int __fd, off_t __length) __RENAME(ftruncate64); 259 int ftruncate(int __fd, off_t __length);
|
/bionic/tests/ |
D | unistd_test.cpp | 196 TEST(UNISTD_TEST, ftruncate) { in TEST() argument 198 ASSERT_EQ(0, ftruncate(tf.fd, 123)); in TEST() 219 ASSERT_EQ(-1, ftruncate(tf.fd, -123)); in TEST() 1181 ASSERT_EQ(0, ftruncate(tf.fd, file_size)); in TEST() 1204 ASSERT_EQ(0, ftruncate(tf.fd, file_size)); in TEST() 1215 ASSERT_EQ(0, ftruncate(tf.fd, 2*file_size)); in TEST() 1226 ASSERT_EQ(0, ftruncate(tf.fd, file_size)); in TEST() 1241 ASSERT_EQ(0, ftruncate(tf.fd, file_size)); in TEST() 1268 ASSERT_EQ(0, ftruncate(tf.fd, file_size)); in TEST()
|
/bionic/libc/system_properties/ |
D | prop_area.cpp | 87 if (ftruncate(fd, PA_SIZE) < 0) { in map_prop_area_rw()
|
/bionic/tests/headers/posix/ |
D | unistd_h.c | 318 FUNCTION(ftruncate, int (*f)(int, off_t)); in unistd_h()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_074.S | 487 CALL(ftruncate)
|
D | liblinker_reloc_bench_006.S | 704 CALL(ftruncate)
|
D | liblinker_reloc_bench_003.S | 1231 CALL(ftruncate)
|
D | liblinker_reloc_bench_070.S | 2291 DATA_WORD(ftruncate)
|
D | liblinker_reloc_bench_012.S | 2125 CALL(ftruncate)
|
D | liblinker_reloc_bench_001.S | 4188 CALL(ftruncate)
|
D | liblinker_reloc_bench_087.S | 37035 CALL(ftruncate)
|
/bionic/libc/tools/ |
D | posix-2013.txt | 311 ftruncate
|
/bionic/libc/ |
D | SYSCALLS.TXT | 170 int ftruncate|ftruncate64(int, off_t) lp64
|
D | libc.map.txt | 401 ftruncate;
|
D | Android.bp | 1066 "bionic/ftruncate.cpp",
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 401 ftruncate;
|