Searched refs:DLP_RETENTION_JSON_PATH (Results 1 – 1 of 1) sorted by relevance
27 const std::string DLP_RETENTION_JSON_PATH = USER_INFO_BASE + PATH_SEPARATOR + "retention_sandbox_in… variable54 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()