Searched refs:space (Results 1 – 2 of 2) sorted by relevance
447 size_t space = line.find_first_of(" \n"); in TryUpdateBinary() local448 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()
40 entry, which takes up the majority of the space in an OTA package, will be