Home
last modified time | relevance | path

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

/bootable/recovery/
Dinstall.cpp414 size_t space = line.find_first_of(" \n"); in try_update_binary() local
415 std::string command(line.substr(0, space)); in try_update_binary()
419 std::string args = space == std::string::npos ? "" : android::base::Trim(line.substr(space)); in try_update_binary()