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/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() 1261 ASSERT_EQ(0, ftruncate(tf.fd, file_size)); in TEST() 1284 ASSERT_EQ(0, ftruncate(tf.fd, file_size)); in TEST() 1295 ASSERT_EQ(0, ftruncate(tf.fd, 2*file_size)); in TEST() 1306 ASSERT_EQ(0, ftruncate(tf.fd, file_size)); in TEST() 1321 ASSERT_EQ(0, ftruncate(tf.fd, file_size)); in TEST() 1348 ASSERT_EQ(0, ftruncate(tf.fd, file_size)); in TEST()
|
/bionic/libc/include/ |
D | unistd.h | 321 int ftruncate(int __fd, off_t __length) __RENAME(ftruncate64); 327 int ftruncate(int __fd, off_t __length);
|
/bionic/benchmarks/ |
D | syscall_mm_benchmark.cpp | 114 if (area_size > 0 && ftruncate(tf.fd, area_size)) { in MmapFileBenchmark() 399 if (params.size > 0 && ftruncate(tf.fd, params.size)) { in MprotectBenchmarkWithMmapFile()
|
/bionic/libc/system_properties/ |
D | prop_area.cpp | 91 if (ftruncate(fd, PA_SIZE) < 0) { in map_prop_area_rw()
|
/bionic/tests/headers/posix/ |
D | unistd_h.c | 336 FUNCTION(ftruncate, int (*f)(int, off_t)); in unistd_h()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_074.S | 486 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 | 4187 CALL(ftruncate)
|
/bionic/libc/ |
D | SYSCALLS.TXT | 185 # (ftruncate only gets two lines because 32-bit bionic only uses the 64-bit call.) 187 int ftruncate|ftruncate64(int, off_t) lp64
|
D | libc.map.txt | 401 ftruncate;
|
D | Android.bp | 840 "bionic/ftruncate.cpp",
|
/bionic/libc/tools/ |
D | posix-2013.txt | 311 ftruncate
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 401 ftruncate;
|