Home
last modified time | relevance | path

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

/base/update/updater/services/package/pkg_package/
H A Dpkg_pkgfile.h54 int32_t ParseComponents(std::vector<std::string> &fileNames) override
/base/update/updater/test/unittest/script/
H A Dscript_unittest.h127 int32_t ParseComponents(const std::string &packagePath, std::vector<std::string> &fileName) override
/base/update/updater/services/include/package/
H A Dpkg_manager.h135 virtual int32_t ParseComponents(std::vector<std::string> &fileNames) = 0;
364 virtual int32_t ParseComponents(const std::string &packagePath, std::vector<std::string> &fileName) = 0;
/base/update/updater/services/package/pkg_manager/
H A Dpkg_manager_impl.h97 int32_t ParseComponents(const std::string &packagePath, std::vector<std::string> &fileName) override;
H A Dpkg_managerImpl.cpp451 int32_t PkgManagerImpl::ParseComponents(const std::string &packagePath, std::vector<std::string> &fileName) in ParseComponents() function in Hpackage::PkgManagerImpl
457 return pkgFile->ParseComponents(fileName); in ParseComponents()

Completed in 6 milliseconds