Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview_lite/
Dhiview_util.h69 int (*fsync_fn)(int); member
Dhiview_util.c157 hiview_fsync = (hooks->fsync_fn) == NULL ? fsync : hooks->fsync_fn;; in HIVIEW_InitHook()