Home
last modified time | relevance | path

Searched refs:CheckInstallFileIsValid (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_installer.h52 uint8_t CheckInstallFileIsValid(const char *path);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp177 uint8_t errorCode = CheckInstallFileIsValid(const_cast<char *>(path.c_str())); in ProcessBundleInstall()
502 uint8_t BundleInstaller::CheckInstallFileIsValid(const char *path) in CheckInstallFileIsValid() function in OHOS::BundleInstaller