Home
last modified time | relevance | path

Searched defs:pathName (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_a/fs/include/fs/
Dmount.h56 char pathName[PATH_MAX]; /* path name of mount point */ member
/kernel/liteos_a/syscall/
Dipc_syscall.c331 int SysMkFifo(const char *pathName, mode_t mode) in SysMkFifo()
/kernel/uniproton/src/fs/littlefs/
Dlfs_adapter.c400 static S32 OsLfsOpen(struct TagFile *file, const char *pathName, S32 openFlag) in OsLfsOpen()
/kernel/liteos_m/components/fs/littlefs/
Dlfs_adapter.c427 int LfsOpen(struct File *file, const char *pathName, int openFlag) in LfsOpen()