Home
last modified time | relevance | path

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

/bootable/deprecated-ota/updater/
Dupdater_runtime_dynamic_partitions.cpp325 auto op_and_args = comment_idx == std::string::npos ? line : line.substr(0, comment_idx); in UpdateDynamicPartitions() local
326 op_and_args = android::base::Trim(op_and_args); in UpdateDynamicPartitions()
327 if (op_and_args.empty()) continue; in UpdateDynamicPartitions()
329 auto tokens = android::base::Split(op_and_args, " "); in UpdateDynamicPartitions()