Searched refs:commands (Results 1 – 6 of 6) sorted by relevance
117 const std::unordered_set<std::string> commands{ in UpdateDynamicPartitions() local126 if (commands.find(tokens[0]) == commands.end()) { in UpdateDynamicPartitions()
88 "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 demo230 The commands are expected to be run from `$ANDROID_BUILD_TOP`.
69 subset of `adb` commands are meaningful under recovery, such as `adb root`, `adb shell`, `adb push`,