Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp481 … fileLine += AppFileService::SandboxHelper::Encode(fileStat.filePath) + FILE_CONTENT_SEPARATOR; in WriteFileList()
484 fileLine += fileStat.filePath + FILE_CONTENT_SEPARATOR; in WriteFileList()
486 fileLine += std::to_string(fileStat.mode) + FILE_CONTENT_SEPARATOR; in WriteFileList()
488 fileLine += std::to_string(1) + FILE_CONTENT_SEPARATOR; in WriteFileList()
490 fileLine += std::to_string(0) + FILE_CONTENT_SEPARATOR; in WriteFileList()
492 fileLine += std::to_string(fileStat.fileSize) + FILE_CONTENT_SEPARATOR; in WriteFileList()
493 fileLine += std::to_string(fileStat.lastUpdateTime) + FILE_CONTENT_SEPARATOR; in WriteFileList()
494 fileLine += FILE_CONTENT_SEPARATOR; in WriteFileList()
500 fileLine += FILE_CONTENT_SEPARATOR; in WriteFileList()
/ohos5.0/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_constant.h38 static const std::string FILE_CONTENT_SEPARATOR = ";"; variable