Home
last modified time | relevance | path

Searched refs:entryNames (Results 1 - 1 of 1) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp266 std::vector<std::string> entryNames; in ExtractFiles() local
267 if (!extractor.GetZipFileNames(entryNames) || entryNames.empty()) { in ExtractFiles()
268 LOG_E(BMS_TAG_INSTALLD, "get entryNames failed"); in ExtractFiles()
272 for (const auto &entryName : entryNames) { in ExtractFiles()
312 std::vector<std::string> entryNames; in ExtractFiles() local
313 if (!extractor.GetZipFileNames(entryNames) || entryNames.empty()) { in ExtractFiles()
314 LOG_E(BMS_TAG_INSTALLD, "get entryNames failed"); in ExtractFiles()
318 for (const auto &entryName : entryNames) { in ExtractFiles()
1165 std::vector<std::string> entryNames; ExtractDiffFiles() local
1328 std::vector<std::string> entryNames; GetNativeLibraryFileNames() local
1500 std::vector<std::string> entryNames; ObtainNativeSoFile() local
1621 std::vector<std::string> entryNames; ExtractResourceFiles() local
[all...]

Completed in 2 milliseconds