Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_util.cpp648 std::string uidJsonPath = std::string(JSON_PATH) + UID_GID_MAP + JSON_SUFFIX; in ObtainUidAndGidJson() local
649 cJSON *object = BundleUtil::GetJsonStream(uidJsonPath.c_str()); in ObtainUidAndGidJson()
786 std::string uidJsonPath = std::string(JSON_PATH) + UID_GID_MAP + JSON_SUFFIX; in DeleteUidInfoFromJson() local
788 BundleDaemonClient::GetInstance().RemoveFile(uidJsonPath.c_str()); in DeleteUidInfoFromJson()
795 … BundleDaemonClient::GetInstance().StoreContentToFile(uidJsonPath.c_str(), out, strlen(out) + 1); in DeleteUidInfoFromJson()
H A Dbundle_manager_service.cpp765 std::string uidJsonPath = std::string(JSON_PATH) + UID_GID_MAP + JSON_SUFFIX; in RestoreUidAndGidMap() local
766 cJSON *object = BundleUtil::GetJsonStream(uidJsonPath.c_str()); in RestoreUidAndGidMap()