Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice.cpp693 std::vector<std::string> pkgs; in shellCommand() local
694 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() local
879 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()
Dapexservice_test.cpp1600 std::vector<std::string> pkgs; in RunPrePost() local
1608 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() local
2012 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
2057 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local
2058 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
2145 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local
2146 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
2148 pkgs = {installer2.test_installed_file}; in TEST_F()
[all …]