Home
last modified time | relevance | path

Searched refs:CreateDataDirectory (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/
H A Dbundle_daemon_handler.h30 int32_t CreateDataDirectory(const char *dataPath, int32_t uid, int32_t gid, bool isChown);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_daemon_client.h39 int32_t CreateDataDirectory(const char *dataPath, int32_t uid, int32_t gid, bool isChown);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon.cpp207 return BundleDaemon::GetInstance().handler_.CreateDataDirectory(dataPath, uid, gid, isChown); in CreateDataDirectoryInvoke()
H A Dbundle_daemon_handler.cpp131 int32_t BundleDaemonHandler::CreateDataDirectory(const char *dataPath, int32_t uid, int32_t gid, bo… in CreateDataDirectory() function in OHOS::BundleDaemonHandler
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_daemon_client.cpp270 int32_t BundleDaemonClient::CreateDataDirectory(const char *dataPath, int32_t uid, int32_t gid, boo… in RegisterCallback() function in OHOS::BundleDaemonClient
H A Dbundle_installer.cpp372 if (BundleDaemonClient::GetInstance().CreateDataDirectory( in HandleFileAndBackUpRecord()