Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dinstall.cpp447 size_t space = line.find_first_of(" \n"); in TryUpdateBinary() local
448 std::string command(line.substr(0, space)); in TryUpdateBinary()
452 std::string args = space == std::string::npos ? "" : android::base::Trim(line.substr(space)); in TryUpdateBinary()
/bootable/recovery/updater_sample/
DREADME.md40 entry, which takes up the majority of the space in an OTA package, will be