Home
last modified time | relevance | path

Searched refs:bytes_str (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/updater/
Dinstall.c821 char* bytes_str; in ApplyPatchSpaceFn() local
822 if (ReadArgs(state, argv, 1, &bytes_str) < 0) { in ApplyPatchSpaceFn()
827 size_t bytes = strtol(bytes_str, &endptr, 10); in ApplyPatchSpaceFn()
828 if (bytes == 0 && endptr == bytes_str) { in ApplyPatchSpaceFn()
830 name, bytes_str); in ApplyPatchSpaceFn()
831 free(bytes_str); in ApplyPatchSpaceFn()