Searched defs:truncate (Results 1 – 2 of 2) sorted by relevance
/bionic/tests/ | ||
D | unistd_test.cpp | 139 TEST(unistd, truncate) { in TEST() argument |
/bionic/tools/relocation_packer/src/ | ||
D | elf_file.cc | 888 const int truncate = ftruncate(fd_, file_bytes); in Flush() local |