Searched refs:truncate (Results 1 – 23 of 23) sorted by relevance
/bionic/libc/arch-arm64/syscalls/ |
D | truncate.S | 5 ENTRY(truncate) 14 END(truncate) 16 ALIAS_SYMBOL(truncate64, truncate)
|
/bionic/libc/arch-x86_64/syscalls/ |
D | truncate.S | 5 ENTRY(truncate) 15 END(truncate) 17 ALIAS_SYMBOL(truncate64, truncate)
|
/bionic/libc/arch-mips64/syscalls/ |
D | truncate.S | 5 ENTRY(truncate) 25 END(truncate) 27 ALIAS_SYMBOL(truncate64, truncate)
|
/bionic/libc/arch-mips/syscalls/ |
D | truncate.S | 5 ENTRY(truncate) 19 END(truncate)
|
/bionic/libc/arch-arm/syscalls/ |
D | truncate.S | 5 ENTRY(truncate) 16 END(truncate)
|
/bionic/libc/arch-x86/syscalls/ |
D | truncate.S | 5 ENTRY(truncate) 34 END(truncate)
|
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/expected/ |
D | foo.h | 18 int truncate(const char* __path, off_t __length) __RENAME(truncate64) __INTRODUCED_IN(21); 20 int truncate(const char* __path, off_t __length);
|
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/headers/ |
D | foo.h | 18 int truncate(const char* __path, off_t __length) __RENAME(truncate64) __INTRODUCED_IN(21); 20 int truncate(const char* __path, off_t __length);
|
/bionic/libc/include/ |
D | unistd.h | 170 int truncate(const char* __path, off_t __length) __RENAME(truncate64) __INTRODUCED_IN(21); 178 int truncate(const char* __path, off_t __length);
|
/bionic/libc/malloc_hooks/ |
D | README.md | 116 was necessary to truncate the name to fit. On O, property names can be 117 an order of magnitude larger, so there should be no need to truncate the name
|
/bionic/tests/headers/posix/ |
D | unistd_h.c | 370 FUNCTION(truncate, int (*f)(const char*, off_t)); in unistd_h()
|
/bionic/tools/relocation_packer/src/ |
D | elf_file.cc | 969 const int truncate = ftruncate(fd_, file_bytes); in Flush() local 970 CHECK(truncate == 0); in Flush()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 169 int truncate(const char*, off_t) arm,mips,x86 171 int truncate|truncate64(const char*, off_t) arm64,mips64,x86_64
|
D | libc.arm64.map | 1018 truncate;
|
D | libc.x86_64.map | 1018 truncate;
|
D | libc.mips64.map | 1018 truncate;
|
D | libc.x86.map | 1075 truncate;
|
D | libc.mips.map | 1077 truncate;
|
D | libc.arm.map | 1079 truncate;
|
D | libc.map.txt | 1104 truncate;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1086 truncate
|
/bionic/tests/ |
D | unistd_test.cpp | 166 TEST(UNISTD_TEST, truncate) { in TEST() argument 169 ASSERT_EQ(0, truncate(tf.filename, 123)); in TEST()
|
/bionic/libc/malloc_debug/ |
D | README.md | 573 was necessary to truncate the name to fit. On O, property names can be 574 an order of magnitude larger, so there should be no need to truncate the name
|