Home
last modified time | relevance | path

Searched refs:pkgs (Results 1 – 2 of 2) sorted by relevance

/system/apex/apexd/
Dapexservice.cpp812 std::vector<std::string> pkgs; in shellCommand() local
813 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() local
998 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()
Dapexservice_test.cpp1652 std::vector<std::string> pkgs; in RunPrePost() local
1660 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() local
2105 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
2150 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local
2151 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
2236 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local
2237 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
2239 pkgs = {installer2.test_installed_file}; in TEST_F()
[all …]