Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon_handler.cpp55 if (!IsValideCodePath(codePath)) { in ExtractHap()
106 if (!(IsValideCodePath(realOldPath) && IsValideCodePath(newFile)) && in RenameFile()
158 bool result = IsValideCodePath(codePath) && BundleFileUtils::RemoveFile(codePath); in RemoveInstallDirectory()
248 !IsValideCodePath(realFilePath)) { in RemoveFile()
259 bool BundleDaemonHandler::IsValideCodePath(const char *codePath) in IsValideCodePath() function in OHOS::BundleDaemonHandler
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/
H A Dbundle_daemon_handler.h36 bool IsValideCodePath(const char *codePath);