Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.cpp431 Partition Partition::Parse(const std::string& input_str, std::string* err) { in Parse() argument
432 std::vector<std::string> pieces = android::base::Split(input_str, ":"); in Parse()