Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dinstall.c1134 char* bytes_str; in ApplyPatchSpaceFn() local
1135 if (ReadArgs(state, argv, 1, &bytes_str) < 0) { in ApplyPatchSpaceFn()
1140 size_t bytes = strtol(bytes_str, &endptr, 10); in ApplyPatchSpaceFn()
1141 if (bytes == 0 && endptr == bytes_str) { in ApplyPatchSpaceFn()
1143 name, bytes_str); in ApplyPatchSpaceFn()
1144 free(bytes_str); in ApplyPatchSpaceFn()