Lines Matching defs:bytes
79 // Number of bytes to read from a file to attempt to detect its contents. Used
331 // bytes.
360 // of the file, returns success. If |size| is not -1, reads up to |size| bytes.
736 // 0x00: EI_MAG - ELF magic header, 4 bytes.
1054 ssize_t bytes = extent.num_blocks() * block_size;
1055 TEST_AND_RETURN_FALSE(bytes_read + bytes <= out_data_size);
1058 bytes,
1061 TEST_AND_RETURN_FALSE(bytes_read_this_iteration == bytes);