Lines Matching refs:packagePath
191 int32_t VerifyPackage(const char *packagePath,
197 if (packagePath == nullptr || keyPath == nullptr || version == nullptr) {
208 int32_t ret = manager->VerifyPackage(packagePath, keyPath, version, digestBuffer,
214 int32_t VerifyPackageWithCallback(const std::string &packagePath,
217 if (packagePath.empty() || keyPath.empty() || cb == nullptr) {
228 int32_t ret = manager->VerifyPackage(packagePath, keyPath, version, digestBuffer, cb);
236 int32_t ExtraPackageDir(const char *packagePath, [[maybe_unused]] const char *keyPath, const char *dir,
239 if (packagePath == nullptr || outPath == nullptr) {
250 int32_t ret = manager->LoadPackageWithoutUnPack(std::string(packagePath), components);
275 int32_t ExtraPackageFile(const char *packagePath, [[maybe_unused]] const char *keyPath, const char *file,
278 if (packagePath == nullptr || outPath == nullptr || file == nullptr) {
290 int32_t ret = manager->LoadPackageWithoutUnPack(std::string(packagePath), components);