OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileTimeToUTC
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/process/
process_metrics_win.cc
190
static uint64
FileTimeToUTC
(const FILETIME& ftime) {
213
int64 system_time = (
FileTimeToUTC
(kernel_time) +
FileTimeToUTC
(user_time)) /
215
int64 time =
FileTimeToUTC
(now);
/external/chromium/base/
process_util_win.cc
737
static uint64
FileTimeToUTC
(const FILETIME& ftime) {
760
int64 system_time = (
FileTimeToUTC
(kernel_time) +
FileTimeToUTC
(user_time)) /
762
int64 time =
FileTimeToUTC
(now);
Completed in 25 milliseconds