Home
last modified time | relevance | path

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

/base/hiviewdfx/blackbox/
Dblackbox_adapter.c54 unsigned int bufSize, int isAppend) in FullWriteFile() argument
59 (void)isAppend; in FullWriteFile()
DREADME_zh.md154 int FullWriteFile(const char *filePath, const char *buf, unsigned int bufSize, int isAppend);
165 | isAppend | int | 是 | 是否为追加模式:0是覆写模式,清空当前文件全部内容:1是追加模式,向日志中追加数据 |
/base/hiviewdfx/blackbox/interfaces/native/kits/
Dblackbox_adapter.h37 extern int FullWriteFile(const char *filePath, const char *buf, unsigned int bufSize, int isAppend);
/base/hiviewdfx/blackbox/interfaces/native/innerkits/
Dblackbox_adapter.h37 extern int FullWriteFile(const char *filePath, const char *buf, unsigned int bufSize, int isAppend);