Searched refs:TIME_CONVERT_BASE (Results 1 – 1 of 1) sorted by relevance
37 constexpr uint64_t TIME_CONVERT_BASE = 1000000000; variable162 … uint64_t acTimeLong = static_cast<uint64_t>(statEntity.stat_.st_atim.tv_sec * TIME_CONVERT_BASE + in CopyAndDeleteFile()164 … uint64_t modTimeLong = static_cast<uint64_t>(statEntity.stat_.st_mtim.tv_sec * TIME_CONVERT_BASE + in CopyAndDeleteFile()166 double acTime = static_cast<long double>(acTimeLong) / TIME_CONVERT_BASE; in CopyAndDeleteFile()167 double modTime = static_cast<long double>(modTimeLong) / TIME_CONVERT_BASE; in CopyAndDeleteFile()