Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/
H A Dvnode.c345 static int Step(char **currentDir, struct Vnode **currentVnode, uint32_t flags) in Step() argument
355 nextDir = NextName(*currentDir, &len); in Step()
357 // there is '/' at the end of the *currentDir. in Step()
358 *currentDir = NULL; in Step()
387 *currentDir = nextDir + len; in Step()
425 char *currentDir = normalizedPath; in VnodeLookupAt() local
428 while (*currentDir != '\0') { in VnodeLookupAt()
429 ret = Step(&currentDir, &currentVnode, flags); in VnodeLookupAt()
430 if (currentDir == NULL || *currentDir in VnodeLookupAt()
[all...]

Completed in 1 milliseconds