Searched refs:pkgs (Results 1 – 2 of 2) sorted by relevance
812 std::vector<std::string> pkgs; in shellCommand() local813 pkgs.reserve(args.size() - 1); in shellCommand()815 pkgs.emplace_back(String8(args[i]).string()); in shellCommand()817 BinderStatus status = stagePackages(pkgs); in shellCommand()997 std::vector<std::string> pkgs; in shellCommand() local998 pkgs.reserve(args.size() - 1); in shellCommand()1000 pkgs.emplace_back(String8(args[i]).string()); in shellCommand()1003 ? preinstallPackages(pkgs) in shellCommand()1004 : postinstallPackages(pkgs); in shellCommand()
1652 std::vector<std::string> pkgs; in RunPrePost() local1660 pkgs.push_back(installer->test_file); in RunPrePost()1663 android::binder::Status st = (service_.get()->*fn)(pkgs); in RunPrePost()2104 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local2105 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()2150 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local2151 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()2236 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local2237 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()2239 pkgs = {installer2.test_installed_file}; in TEST_F()[all …]