Home
last modified time | relevance | path

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

/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp301 const std::string &bundleName, const int64_t lastBackupTime, const uint32_t userId) in ReadIncludesExcludesPath()
309 bundleName + FILE_SEPARATOR_CHAR + BACKUP_INCEXC_SYMBOL + std::to_string(lastBackupTime); in ReadIncludesExcludesPath()
580 if (paras.lastBackupTime == 0 || lastUpdateTime > paras.lastBackupTime) { in CheckIfDirForIncludes()
617 fileStat.isIncre = (paras.lastBackupTime == 0 || lastUpdateTime > paras.lastBackupTime) ? true : false; in AddOuterDirIntoFileStat()
703 fileStat.isIncre = (paras.lastBackupTime == 0 || lastUpdateTime > paras.lastBackupTime) ? true : false; in GetIncludesFileStats()
797 static void GetBundleStatsForIncreaseEach(uint32_t userId, std::string &bundleName, int64_t lastBackupTime, in GetBundleStatsForIncreaseEach() argument
802 .lastBackupTime in GetBundleStatsForIncreaseEach()
300 ReadIncludesExcludesPath( const std::string &bundleName, const int64_t lastBackupTime, const uint32_t userId) ReadIncludesExcludesPath() argument
870 int64_t lastBackupTime = incrementalBackTimes[i]; GetBundleStatsForIncrease() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/include/quota/
H A Dquota_manager.h38 int64_t lastBackupTime; member

Completed in 3 milliseconds