Searched refs:values (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/tools/image_generator/ |
D | README.md | 25 [tools/recovery_l10n/res/](../recovery_l10n/res/values). For each background text, the tool renders
|
/bootable/recovery/updater/ |
D | install.cpp | 269 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/ |
D | README.md | 146 `progress` values changes, this method will be called only if it changes significantly.
|