Home
last modified time | relevance | path

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

/bootable/recovery/tools/image_generator/
DREADME.md25 [tools/recovery_l10n/res/](../recovery_l10n/res/values). For each background text, the tool renders
/bootable/recovery/updater/
Dinstall.cpp269 std::vector<std::unique_ptr<Value>> values; in PatchPartitionFn() local
270 if (!ReadValueArgs(state, argv, &values, 2, 1) || values[0]->type != Value::Type::BLOB) { in PatchPartitionFn()
279 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.