Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview_lite/
H A Dhiview_util.h100 int32 HIVIEW_FileMove(const char *src, const char *dest);
H A Dhiview_util.c266 int32 HIVIEW_FileMove(const char *src, const char *dest) in HIVIEW_FileMove() function
H A Dhiview_file.c259 int32 ret = HIVIEW_FileMove(fp->path, dest); in ProcFile()