Searched refs:hiview_fsync (Results 1 – 1 of 1) sorted by relevance
51 static int (*hiview_fsync)(int) = fsync; variable147 hiview_fsync = fsync; in HIVIEW_InitHook()157 hiview_fsync = (hooks->fsync_fn) == NULL ? fsync : hooks->fsync_fn;; in HIVIEW_InitHook()216 return hiview_fsync(handle); in HIVIEW_FileSync()