Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dcloud_daemon_statistic.cpp147 string statFilePath = STAT_DATA_DIR_NAME + "/" + STAT_DATA_FILE_NAME; in OutputToFile() local
148 if (access(statFilePath.c_str(), F_OK) != 0) { in OutputToFile()
149 auto fd = creat(statFilePath.c_str(), CLOUD_FILE_MOD); in OutputToFile()
157 std::ofstream statDataFile(statFilePath); in OutputToFile()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/test/
H A Dquota_manager_test.cpp306 …std::string statFilePath = backupSaBundleDir + BACKUP_STAT_SYMBOL + std::to_string(lastIncremental… variable
308 statFile.open(statFilePath.data(), std::ios::out | std::ios::trunc);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_test.cpp520 …std::string statFilePath = backupSaBundleDir + BACKUP_STAT_SYMBOL + std::to_string(lastIncremental… variable
522 statFile.open(statFilePath.data(), std::ios::out | std::ios::trunc);
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dbms_adapter.cpp238 …string statFilePath = backupSaBundleDir + BConstants::BACKUP_STAT_SYMBOL + to_string(lastIncrement… in CreateIPCInteractionFiles() local
240 statFile.open(statFilePath.data(), ios::out | ios::trunc); in CreateIPCInteractionFiles()