Home | History | Annotate | Download | only in updater

Lines Matching defs:bytes

199 //    fs_type="yaffs2" partition_type="MTD"     location=partition fs_size=<bytes> mount_point=<location>
200 // fs_type="ext4" partition_type="EMMC" location=device fs_size=<bytes> mount_point=<location>
203 // if fs_size < 0, then reserve that many bytes at the end of the partition
476 printf("%s: failed to allocate %ld bytes for %s\n",
949 ErrorAbort(state, "%s: failed to alloc %lld bytes", name, st.st_size+1);
961 ErrorAbort(state, "%s: failed to read %lld bytes from %s",
1116 // apply_patch_space(bytes)
1125 size_t bytes = strtol(bytes_str, &endptr, 10);
1126 if (bytes == 0 && endptr == bytes_str) {
1133 return StringValue(strdup(CacheSizeCheck(bytes) ? "" : "t"));