Searched refs:truncate (Results 1 – 12 of 12) sorted by relevance
/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 | 317 int truncate(const char* _Nonnull __path, off_t __length) __RENAME(truncate64); 323 int truncate(const char* _Nonnull __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 | 388 FUNCTION(truncate, int (*f)(const char*, off_t)); in unistd_h()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 179 int truncate(const char*, off_t) lp32 181 int truncate|truncate64(const char*, off_t) lp64
|
D | libc.map.txt | 1102 truncate;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1086 truncate
|
/bionic/tests/ |
D | unistd_test.cpp | 176 TEST(UNISTD_TEST, truncate) { in TEST() argument 179 ASSERT_EQ(0, truncate(tf.path, 123)); in TEST()
|
/bionic/libc/malloc_debug/ |
D | README.md | 763 was necessary to truncate the name to fit. On O, property names can be 764 an order of magnitude larger, so there should be no need to truncate the name
|
/bionic/docs/ |
D | status.md | 250 * <unistd.h> `dup3`, `execvpe`, `getpagesize`, `linkat`/`symlinkat`/`readlinkat`, `truncate`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1102 truncate;
|