Home
last modified time | relevance | path

Searched refs:iPath (Results 1 - 2 of 2) sorted by relevance

/kernel/uniproton/src/fs/vfs/
H A Dvfs_mount.c47 static S32 OsVfsFindMpByPath(const char *mPath, const char *iPath) in OsVfsFindMpByPath() argument
55 while ((*iPath == '/') && (*(iPath + 1) != '/')) { in OsVfsFindMpByPath()
56 iPath++; in OsVfsFindMpByPath()
66 if (strncmp(mPath, iPath, (size_t)(t - mPath)) != 0) { in OsVfsFindMpByPath()
70 iPath += (t - mPath); in OsVfsFindMpByPath()
71 if ((*iPath != '\0') && (*iPath != '/')) { in OsVfsFindMpByPath()
86 const char *iPath = NULL; in OsVfsFindMp() local
104 iPath in OsVfsFindMp()
[all...]
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_mount.c78 const char *iPath = path; in VfsMpFind() local
85 while ((*iPath == '/') && (*(iPath + 1) != '/')) { in VfsMpFind()
86 iPath++; in VfsMpFind()
96 if (strncmp(mPath, iPath, (size_t)(t - mPath)) != 0) { in VfsMpFind()
100 iPath += (t - mPath); in VfsMpFind()
101 if ((*iPath != '\0') && (*iPath != '/')) { in VfsMpFind()
113 while ((*iPath == '/') && (*(iPath in VfsMpFind()
131 const char *iPath = path; VfsMpFind() local
[all...]

Completed in 2 milliseconds