Searched refs:pkgs (Results 1 – 2 of 2) sorted by relevance
693 std::vector<std::string> pkgs; in shellCommand() local694 pkgs.reserve(args.size() - 1); in shellCommand()696 pkgs.emplace_back(String8(args[i]).string()); in shellCommand()698 BinderStatus status = stagePackages(pkgs); in shellCommand()878 std::vector<std::string> pkgs; in shellCommand() local879 pkgs.reserve(args.size() - 1); in shellCommand()881 pkgs.emplace_back(String8(args[i]).string()); in shellCommand()884 ? preinstallPackages(pkgs) in shellCommand()885 : postinstallPackages(pkgs); in shellCommand()
1600 std::vector<std::string> pkgs; in RunPrePost() local1608 pkgs.push_back(installer->test_file); in RunPrePost()1611 android::binder::Status st = (service_.get()->*fn)(pkgs); in RunPrePost()2011 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local2012 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()2057 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local2058 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()2145 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local2146 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()2148 pkgs = {installer2.test_installed_file}; in TEST_F()[all …]