Home
last modified time | relevance | path

Searched refs:LINE_SEP (Results 1 - 2 of 2) sorted by relevance

/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_report_entity.cpp33 const char LINE_SEP = '\n'; member
209 if (buffer[i] == LINE_SEP) { in GetReportInfos()
240 if (buffer[0] != LINE_SEP && buffer[0] != '\0') { in GetStorageReportInfos()
243 currentLine += LINE_SEP; in GetStorageReportInfos()
248 currentLine += LINE_SEP; in GetStorageReportInfos()
/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp52 const char LINE_SEP = '\n'; member
483 if (fileStat.filePath.find(LINE_SEP) != std::string::npos) { in WriteFileList()

Completed in 3 milliseconds