Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_report_entity.cpp33 const char LINE_SEP = '\n'; variable
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()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp51 const char LINE_SEP = '\n'; variable
480 if (fileStat.filePath.find(LINE_SEP) != std::string::npos) { in WriteFileList()