Searched refs:FILE_CONTENT_SEPARATOR (Results 1 – 2 of 2) sorted by relevance
481 … 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()
38 static const std::string FILE_CONTENT_SEPARATOR = ";"; variable