Home
last modified time | relevance | path

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

/bootable/recovery/updater/
DAndroid.bp70 "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
228 The commands are expected to be run from `$ANDROID_BUILD_TOP`.
/bootable/recovery/
DREADME.md57 subset of `adb` commands are meaningful under recovery, such as `adb root`, `adb shell`, `adb push`,