Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/big_data_statistics/
H A Dgallery_download_file_stat.cpp39 const std::string DOWNLOAD_FILE_STAT_NAME = "cloud_sync_download_file_stat"; variable
68 const std::string path = DOWNLOAD_FILE_STAT_LOCAL_PATH + DOWNLOAD_FILE_STAT_NAME; in CreateDownloadFileStatData()
210 … std::ofstream localData(DOWNLOAD_FILE_STAT_LOCAL_PATH + DOWNLOAD_FILE_STAT_NAME, std::ios::trunc); in OutputToFile()
227 std::ifstream localData(DOWNLOAD_FILE_STAT_LOCAL_PATH + DOWNLOAD_FILE_STAT_NAME); in ReadVecFromLocal()
270 const std::string path = DOWNLOAD_FILE_STAT_LOCAL_PATH + DOWNLOAD_FILE_STAT_NAME; in Report()