Searched refs:pkgs (Results 1 – 2 of 2) sorted by relevance
710 std::vector<std::string> pkgs; in shellCommand() local711 pkgs.reserve(args.size() - 1); in shellCommand()713 pkgs.emplace_back(String8(args[i]).string()); in shellCommand()715 BinderStatus status = stagePackages(pkgs); in shellCommand()895 std::vector<std::string> pkgs; in shellCommand() local896 pkgs.reserve(args.size() - 1); in shellCommand()898 pkgs.emplace_back(String8(args[i]).string()); in shellCommand()901 ? preinstallPackages(pkgs) in shellCommand()902 : postinstallPackages(pkgs); in shellCommand()
1591 std::vector<std::string> pkgs; in RunPrePost() local1599 pkgs.push_back(installer->test_file); in RunPrePost()1602 android::binder::Status st = (service_.get()->*fn)(pkgs); in RunPrePost()2038 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local2039 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()2084 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local2085 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()2172 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local2173 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()2175 pkgs = {installer2.test_installed_file}; in TEST_F()[all …]