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.cc949 const off_t file_bytes = elf_update(elf_, ELF_C_WRITE); in Flush() local
950 if (file_bytes == -1) { in Flush()
954 CHECK(file_bytes > 0); in Flush()
955 VLOG(1) << "elf_update returned: " << file_bytes; in Flush()
961 const int truncate = ftruncate(fd_, file_bytes); in Flush()