Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice.cpp926 std::vector<std::string> pkgs; in shellCommand() local
927 pkgs.reserve(args.size() - 1); in shellCommand()
929 pkgs.emplace_back(String8(args[i]).c_str()); in shellCommand()
931 BinderStatus status = stagePackages(pkgs); in shellCommand()
Dapexservice_test.cpp1140 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local
1141 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
1186 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local
1187 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
1267 void PrepareBackup(const std::vector<std::string>& pkgs) { in PrepareBackup() argument
1269 for (const auto& pkg : pkgs) { in PrepareBackup()