Home
last modified time | relevance | path

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

/base/update/updater/interfaces/kits/include/package/
H A Dpackage.h158 int32_t ExtraPackageFile(const char *packagePath, const char *keyPath, const char *file,
/base/update/updater/test/fuzztest/package_fuzzer/
H A Dpackage_fuzzer.cpp274 ExtraPackageFile(dataInfo.c_str(), keyPath.c_str(), file.c_str(), pkgDir.c_str()); in FuzzVerifyPackage()
275 ExtraPackageFile(pkgPath.c_str(), dataInfo.c_str(), file.c_str(), pkgDir.c_str()); in FuzzVerifyPackage()
276 ExtraPackageFile(pkgPath.c_str(), keyPath.c_str(), dataInfo.c_str(), pkgDir.c_str()); in FuzzVerifyPackage()
277 ExtraPackageFile(pkgPath.c_str(), keyPath.c_str(), file.c_str(), dataInfo.c_str()); in FuzzVerifyPackage()
/base/update/updater/test/unittest/package/
H A Dpkg_verify_unittest.cpp55 int32_t ret = ExtraPackageFile(nullptr, nullptr, nullptr, nullptr); in TestExtraPackageFile()
62 ret = ExtraPackageFile(packagePath.c_str(), keyPath.c_str(), file.c_str(), outPath.c_str()); in TestExtraPackageFile()
68 ret = ExtraPackageFile(packagePath.c_str(), keyPath.c_str(), file.c_str(), testPackagePath.c_str()); in TestExtraPackageFile()
/base/update/updater/interfaces/kits/packages/
H A Dpackage.cpp275 int32_t ExtraPackageFile(const char *packagePath, [[maybe_unused]] const char *keyPath, const char *file, in ExtraPackageFile() function

Completed in 3 milliseconds