Home
last modified time | relevance | path

Searched defs:isChown (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon_handler.cpp131 …dleDaemonHandler::CreateDataDirectory(const char *dataPath, int32_t uid, int32_t gid, bool isChown) in CreateDataDirectory()
H A Dbundle_daemon.cpp204 bool isChown; in CreateDataDirectoryInvoke() local
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_daemon_client.cpp270 …ndleDaemonClient::CreateDataDirectory(const char *dataPath, int32_t uid, int32_t gid, bool isChown) in RegisterCallback()
H A Dbundle_installer.cpp370 bool isChown = ((record.uid != INVALID_UID) && (record.gid != INVALID_GID)); in HandleFileAndBackUpRecord() local