Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dsimulator_runtime.cpp117 const std::unordered_set<std::string> commands{ in UpdateDynamicPartitions() local
126 if (commands.find(tokens[0]) == commands.end()) { in UpdateDynamicPartitions()
DAndroid.bp88 "commands.cpp",
/bootable/recovery/tests/unit/
Dcommands_test.cpp518 ASSERT_EQ(2U, transfer_list.commands().size()); in TEST()
519 ASSERT_EQ(Command::Type::STASH, transfer_list.commands()[0].type()); in TEST()
520 ASSERT_EQ(Command::Type::MOVE, transfer_list.commands()[1].type()); in TEST()
553 ASSERT_TRUE(transfer_list.commands().empty()); in TEST()
/bootable/recovery/updater/include/private/
Dcommands.h455 const std::vector<Command>& commands() const { in commands() function
/bootable/recovery/updater_sample/
DREADME.md159 The commands are expected to be run from `$ANDROID_BUILD_TOP` and for demo
230 The commands are expected to be run from `$ANDROID_BUILD_TOP`.
/bootable/recovery/
DREADME.md69 subset of `adb` commands are meaningful under recovery, such as `adb root`, `adb shell`, `adb push`,