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 D | bundle_daemon_handler.h | 30 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 D | bundle_daemon_client.h | 39 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 D | bundle_daemon.cpp | 207 return BundleDaemon::GetInstance().handler_.CreateDataDirectory(dataPath, uid, gid, isChown); in CreateDataDirectoryInvoke()
|
H A D | bundle_daemon_handler.cpp | 131 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 D | bundle_daemon_client.cpp | 270 int32_t BundleDaemonClient::CreateDataDirectory(const char *dataPath, int32_t uid, int32_t gid, boo… in RegisterCallback() function in OHOS::BundleDaemonClient
|
H A D | bundle_installer.cpp | 372 if (BundleDaemonClient::GetInstance().CreateDataDirectory( in HandleFileAndBackUpRecord()
|