Lines Matching refs:currentDir
345 static int Step(char **currentDir, struct Vnode **currentVnode, uint32_t flags)
355 nextDir = NextName(*currentDir, &len);
357 // there is '/' at the end of the *currentDir.
358 *currentDir = NULL;
387 *currentDir = nextDir + len;
425 char *currentDir = normalizedPath;
428 while (*currentDir != '\0') {
429 ret = Step(¤tDir, ¤tVnode, flags);
430 if (currentDir == NULL || *currentDir == '\0') {
449 vnodePathLen = currentDir - normalizedPath;