Lines Matching defs:components
138 std::vector<std::string> components;
141 testPackagePath + "test_package.zip", GetTestCertName(type), components);
144 for (size_t i = 0; i < components.size(); i++) {
145 PKG_LOGI("comp [%zu] file name: %s \r\n", i, (TEST_PATH_TO + components[i]).c_str());
146 ExtractFile(pkgManager_, components, i);
159 std::vector<std::string> components;
161 GetTestCertName(digestMethod), components);
164 for (size_t i = 0; i < components.size(); i++) {
165 PKG_LOGI("file name: %s \r\n", (TEST_PATH_TO + components[i]).c_str());
166 ExtractFile(pkgManager_, components, i);