Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview_lite/
Dhiview_util.c42 static int (*hiview_open)(const char *, int, ...) = open; variable
138 hiview_open = open; in HIVIEW_InitHook()
148 hiview_open = (hooks->open_fn) == NULL ? open : hooks->open_fn; in HIVIEW_InitHook()
160 int32 handle = hiview_open(path, O_RDWR | O_CREAT, 0); in HIVIEW_FileOpen()
226 int32 fdSrc = hiview_open(src, O_RDONLY, 0); in HIVIEW_FileCopy()
231 int32 fdDest = hiview_open(dest, O_RDWR | O_CREAT | O_TRUNC, 0); in HIVIEW_FileCopy()