Searched refs:dlpFileName (Results 1 – 4 of 4) sorted by relevance
57 std::string DlpUtils::GetDlpFileRealSuffix(const std::string& dlpFileName) in GetDlpFileRealSuffix() argument60 std::string realFileName = dlpFileName.substr(0, dlpFileName.size() - dlpSuffixLen); in GetDlpFileRealSuffix()
93 std::string DlpUtils::GetDlpFileRealSuffix(const std::string& dlpFileName) in GetDlpFileRealSuffix() argument96 std::string realFileName = dlpFileName.substr(0, dlpFileName.size() - dlpSuffixLen); in GetDlpFileRealSuffix()
73 static bool IsDlpFileName(const std::string& dlpFileName) in IsDlpFileName() argument76 uint32_t fileNameLen = dlpFileName.size(); in IsDlpFileName()81 if (dlpFileName.substr(fileNameLen - dlpSuffixLen, dlpSuffixLen) != DLP_FILE_SUFFIX) { in IsDlpFileName()
50 static std::string GetDlpFileRealSuffix(const std::string& dlpFileName);