Home
last modified time | relevance | path

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

/kernel/liteos_m/components/fs/vfs/
Dvfs_mount.c77 const char *mPath = mp->mPath; in VfsMpFind() local
132 const char *mPath = NULL; in VfsMpFind() local
Dvfs_mount.h57 const char *mPath; /* target path, /system, /usr, etc. */ member
/kernel/uniproton/src/fs/vfs/
Dvfs_mount.h35 const char *mPath; /* 挂载的路径 */ member
Dvfs_mount.c47 static S32 OsVfsFindMpByPath(const char *mPath, const char *iPath) in OsVfsFindMpByPath()