Home
last modified time | relevance | path

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

/bootable/recovery/tests/component/
Dverifier_test.cpp47 for (auto it = ++args.cbegin(); it != args.cend(); ++it) { in SetUp() local
48 std::string public_key_file = from_testdata_base("testkey_" + *it + ".txt"); in SetUp()
/bootable/recovery/minadbd/
DREADME.md7 receives a single blob of data, writes it to a fixed filename, and
/bootable/recovery/edify/
DREADME.md36 - ";" is a binary operator; evaluating it just means to first evaluate
65 - The ifelse() builtin takes three arguments: it evaluates exactly
89 second argument only if it's needed to determine the truth of the
/bootable/recovery/
Drecovery.cpp341 for (auto it = tokens.begin() + 1; it != tokens.end(); it++) { in get_args() local
343 if (!it->empty() && (*it)[0] != '\0') args.push_back(std::move(*it)); in get_args()
359 for (auto it = tokens.begin(); it != tokens.end(); it++) { in get_args() local
361 if (!it->empty() && (*it)[0] != '\0') args.push_back(std::move(*it)); in get_args()
DREADME.md37 - Execute the test on an A/B device first. The test should fail but it will log
/bootable/recovery/tools/recovery_l10n/
DREADME.md26 5. Compress the output file put it under the corresponding directory.
/bootable/recovery/etc/
Dinit.rc99 # Restart adbd so it can run as root
/bootable/recovery/updater/
Dblockimg.cpp1570 for (auto it = lines.cbegin() + start; it != lines.cend(); it++) { in PerformBlockImageUpdate() local
1571 const std::string& line(*it); in PerformBlockImageUpdate()