Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dinstall.cpp263 std::vector<std::unique_ptr<Value>> values; in PatchPartitionFn() local
264 if (!ReadValueArgs(state, argv, &values, 2, 1) || values[0]->type != Value::Type::BLOB) { in PatchPartitionFn()
273 bool result = PatchPartition(target, source, *values[0], nullptr, true); in PatchPartitionFn()
/bootable/recovery/updater_sample/
DREADME.md146 `progress` values changes, this method will be called only if it changes significantly.