Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dmain.c811 static u64 get_boottime_ns() in get_boottime_ns() function
820 static u64 get_boottime_ns() in get_boottime_ns() function
833 u64 start = get_boottime_ns(); in main()
956 printf("\nDone: %lf secs\n", (get_boottime_ns() - start) / 1000000000.0); in main()