Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dinstall.cpp638 const std::string& bytes_str = args[0]; in ApplyPatchSpaceFn() local
641 if (!android::base::ParseUint(bytes_str.c_str(), &bytes)) { in ApplyPatchSpaceFn()
643 bytes_str.c_str()); in ApplyPatchSpaceFn()