Home
last modified time | relevance | path

Searched refs:file_bytes (Results 1 – 1 of 1) sorted by relevance

/bionic/tools/relocation_packer/src/
Delf_file.cc876 const off_t file_bytes = elf_update(elf_, ELF_C_WRITE); in Flush() local
877 if (file_bytes == -1) { in Flush()
881 CHECK(file_bytes > 0); in Flush()
882 VLOG(1) << "elf_update returned: " << file_bytes; in Flush()
888 const int truncate = ftruncate(fd_, file_bytes); in Flush()