Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice.cpp710 std::vector<std::string> pkgs; in shellCommand() local
711 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() local
896 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()
Dapexservice_test.cpp1591 std::vector<std::string> pkgs; in RunPrePost() local
1599 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() local
2039 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
2084 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local
2085 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
2172 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local
2173 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
2175 pkgs = {installer2.test_installed_file}; in TEST_F()
[all …]