Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dretention_file_manager.cpp27 const std::string DLP_RETENTION_JSON_PATH = USER_INFO_BASE + PATH_SEPARATOR + "retention_sandbox_in… variable
54 if (fileOperator_->IsExistFile(DLP_RETENTION_JSON_PATH)) { in Init()
56 …if (fileOperator_->GetFileContentByPath(DLP_RETENTION_JSON_PATH, constraintsConfigStr) != DLP_OK) { in Init()
70 if (fileOperator_->InputFileByPathAndContent(DLP_RETENTION_JSON_PATH, "") != DLP_OK) { in Init()
89 if (fileOperator_->InputFileByPathAndContent(DLP_RETENTION_JSON_PATH, jsonStr) != DLP_OK) { in UpdateFile()