Home
last modified time | relevance | path

Searched refs:DATA_GROUP_PATH (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h80 constexpr const char* DATA_GROUP_PATH = "/group/"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_multiuser_installer.cpp220 std::string dir = parentDir + ServiceConstants::DATA_GROUP_PATH + dataGroupInfo.uuid; in CreateDataGroupDir()
H A Duser_unlocked_event_subscriber.cpp222 std::string dir = parentDir + ServiceConstants::DATA_GROUP_PATH + dataGroupInfo.uuid; in CreateDataGroupDir()
H A Dbundle_data_mgr.cpp7271 + ServiceConstants::DATA_GROUP_PATH + uuid; in GetGroupDir()
7384 std::string dir = parentDir + ServiceConstants::DATA_GROUP_PATH + dataGroupInfo.uuid; in CreateGroupDirIfNotExist()
7448 … + std::to_string(userId) + ServiceConstants::DATA_GROUP_PATH + dataItem.second[0].uuid; in DeleteUserDataGroupInfos()
7551 std::to_string(userId) + ServiceConstants::DATA_GROUP_PATH + uuid; in RemoveOldGroupDirs()
7585 std::to_string(userId) + ServiceConstants::DATA_GROUP_PATH + newDataItem.second[0].uuid; in DeleteGroupDirsForException()
8054 std::string dir = parentDir + ServiceConstants::DATA_GROUP_PATH + dataGroupInfo.uuid; in CreateGroupDir()