Lines Matching defs:bytes
182 // fs_type="yaffs2" partition_type="MTD" location=partition fs_size=<bytes>
183 // fs_type="ext4" partition_type="EMMC" location=device fs_size=<bytes>
186 // if fs_size < 0, then reserve that many bytes at the end of the partition
418 fprintf(stderr, "%s: failed to allocate %ld bytes for %s\n",
709 ErrorAbort(state, "%s: failed to alloc %d bytes", name, st.st_size+1);
721 ErrorAbort(state, "%s: failed to read %d bytes from %s",
875 // apply_patch_space(bytes)
884 size_t bytes = strtol(bytes_str, &endptr, 10);
885 if (bytes == 0 && endptr == bytes_str) {
892 return StringValue(strdup(CacheSizeCheck(bytes) ? "" : "t"));