Searched refs:commands (Results 1 – 5 of 5) sorted by relevance
70 "commands.cpp",
518 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()
455 const std::vector<Command>& commands() const { in commands() function
159 The commands are expected to be run from `$ANDROID_BUILD_TOP` and for demo228 The commands are expected to be run from `$ANDROID_BUILD_TOP`.
57 subset of `adb` commands are meaningful under recovery, such as `adb root`, `adb shell`, `adb push`,