Home
last modified time | relevance | path

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

/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_constant.h37 static const std::string FILE_CONTENT_SEPARATOR = ";"; member
/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp484 fileLine += AppFileService::SandboxHelper::Encode(fileStat.filePath) + FILE_CONTENT_SEPARATOR; in WriteFileList()
487 fileLine += fileStat.filePath + FILE_CONTENT_SEPARATOR; in WriteFileList()
489 fileLine += std::to_string(fileStat.mode) + FILE_CONTENT_SEPARATOR; in WriteFileList()
491 fileLine += std::to_string(1) + FILE_CONTENT_SEPARATOR; in WriteFileList()
493 fileLine += std::to_string(0) + FILE_CONTENT_SEPARATOR; in WriteFileList()
495 fileLine += std::to_string(fileStat.fileSize) + FILE_CONTENT_SEPARATOR; in WriteFileList()
496 fileLine += std::to_string(fileStat.lastUpdateTime) + FILE_CONTENT_SEPARATOR; in WriteFileList()
497 fileLine += FILE_CONTENT_SEPARATOR; in WriteFileList()
503 fileLine += FILE_CONTENT_SEPARATOR; in WriteFileList()

Completed in 4 milliseconds