Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/
H A Dbundle_daemon_handler.h39 bool IsValideSystemPath(const char *jsonPath);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon_handler.cpp247 if (!IsValideJsonPath(realFilePath) && !IsValideSystemPath(realFilePath) && in RemoveFile()
285 bool BundleDaemonHandler::IsValideSystemPath(const char *path) in IsValideSystemPath() function in OHOS::BundleDaemonHandler