Home
last modified time | relevance | path

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

/foundation/filemanagement/user_file_service/utils/
H A Dfile_util.h37 constexpr uint64_t TIME_CONVERT_BASE = 1000000000; member
164 uint64_t acTimeLong = static_cast<uint64_t>(statEntity.stat_.st_atim.tv_sec * TIME_CONVERT_BASE + in CopyAndDeleteFile()
166 uint64_t modTimeLong = static_cast<uint64_t>(statEntity.stat_.st_mtim.tv_sec * TIME_CONVERT_BASE + in CopyAndDeleteFile()
168 double acTime = static_cast<long double>(acTimeLong) / TIME_CONVERT_BASE; in CopyAndDeleteFile()
169 double modTime = static_cast<long double>(modTimeLong) / TIME_CONVERT_BASE; in CopyAndDeleteFile()

Completed in 1 milliseconds