Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 8 of 8) sorted by relevance

/kernel/liteos_a/kernel/extended/blackbox/
Dlos_blackbox_common.c57 int FullWriteFile(const char *filePath, const char *buf, size_t bufSize, int isAppend) in FullWriteFile()
102 int SaveBasicErrorInfo(const char *filePath, const struct ErrorInfo *info) in SaveBasicErrorInfo()
Dlos_blackbox_detector.c45 int UploadEventByFile(const char *filePath) in UploadEventByFile()
Dlos_blackbox_system_adapter.c68 static void SaveFaultLog(const char *filePath, const char *dataBuf, size_t bufSize, struct ErrorInf… in SaveFaultLog()
/kernel/liteos_a/apps/perf/src/
Dperf_record.c108 ssize_t PerfWriteFile(const char *filePath, const char *buf, ssize_t bufSize) in PerfWriteFile()
/kernel/liteos_a/kernel/extended/hidumper/
Dlos_hidumper.h57 char filePath[PATH_MAX_LEN]; member
Dlos_hidumper.c245 static void PrintFile(const char *filePath, const char *pHeader) in PrintFile()
/kernel/liteos_a/fs/vfs/include/
Dvnode.h128 char *filePath; /* file path of the vnode */ member
/kernel/liteos_a/syscall/
Dfs_syscall.c110 static int GetFullpathNull(int fd, const char *path, char **filePath) in GetFullpathNull()
2184 char *filePath = NULL; in SysUtimensat() local