Lines Matching defs:bytes
193 // fs_type="yaffs2" partition_type="MTD" location=partition fs_size=<bytes> mount_point=<location>
194 // fs_type="ext4" partition_type="EMMC" location=device fs_size=<bytes> mount_point=<location>
197 // if fs_size < 0, then reserve that many bytes at the end of the partition
436 fprintf(stderr, "%s: failed to allocate %ld bytes for %s\n",
651 ErrorAbort(state, "%s: failed to alloc %lld bytes", name, st.st_size+1);
663 ErrorAbort(state, "%s: failed to read %lld bytes from %s",
818 // apply_patch_space(bytes)
827 size_t bytes = strtol(bytes_str, &endptr, 10);
828 if (bytes == 0 && endptr == bytes_str) {
835 return StringValue(strdup(CacheSizeCheck(bytes) ? "" : "t"));