Searched refs:iPath (Results 1 – 2 of 2) sorted by relevance
78 const char *iPath = path; in VfsMpFind() local85 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() local138 while (*iPath == '/') { in VfsMpFind()[all …]
47 static S32 OsVfsFindMpByPath(const char *mPath, const char *iPath) in OsVfsFindMpByPath() argument55 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() local104 iPath = path + matches; in OsVfsFindMp()105 while ((*iPath == '/') && (*(iPath + 1) != '/')) { in OsVfsFindMp()106 iPath++; in OsVfsFindMp()