Home
last modified time | relevance | path

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

/kernel/liteos_m/components/fs/vfs/
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 + 1) != '/')) { in VfsMpFind()
114 iPath++; in VfsMpFind()
131 const char *iPath = path; in VfsMpFind() local
138 while (*iPath == '/') { in VfsMpFind()
[all …]
/kernel/uniproton/src/fs/vfs/
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 = path + matches; in OsVfsFindMp()
105 while ((*iPath == '/') && (*(iPath + 1) != '/')) { in OsVfsFindMp()
106 iPath++; in OsVfsFindMp()