Searched refs:pkgs (Results 1 – 2 of 2) sorted by relevance
926 std::vector<std::string> pkgs; in shellCommand() local927 pkgs.reserve(args.size() - 1); in shellCommand()929 pkgs.emplace_back(String8(args[i]).c_str()); in shellCommand()931 BinderStatus status = stagePackages(pkgs); in shellCommand()
1140 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local1141 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()1186 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local1187 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()1267 void PrepareBackup(const std::vector<std::string>& pkgs) { in PrepareBackup() argument1269 for (const auto& pkg : pkgs) { in PrepareBackup()