Searched refs:DLP_VISIT_RECORD_JSON_PATH (Results 1 – 1 of 1) sorted by relevance
27 const std::string DLP_VISIT_RECORD_JSON_PATH = USER_INFO_BASE + PATH_SEPARATOR + "dlp_file_visit_re… variable51 if (fileOperator_->IsExistFile(DLP_VISIT_RECORD_JSON_PATH)) { in Init()53 …if (fileOperator_->GetFileContentByPath(DLP_VISIT_RECORD_JSON_PATH, constraintsConfigStr) != DLP_O… in Init()79 if (fileOperator_->InputFileByPathAndContent(DLP_VISIT_RECORD_JSON_PATH, jsonStr) != DLP_OK) { in UpdateFile()