Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/
H A Dvnode.c401 char *normalizedPath = NULL; in VnodeLookupAt() local
405 normalizedPath = strdup(path); in VnodeLookupAt()
406 if (normalizedPath == NULL) { in VnodeLookupAt()
412 ret = PreProcess(path, &startVnode, &normalizedPath); in VnodeLookupAt()
419 if (normalizedPath[1] == '\0' && normalizedPath[0] == '/') { in VnodeLookupAt()
421 free(normalizedPath); in VnodeLookupAt()
425 char *currentDir = normalizedPath; in VnodeLookupAt()
434 currentVnode->filePath = normalizedPath; in VnodeLookupAt()
436 free(normalizedPath); in VnodeLookupAt()
[all...]

Completed in 2 milliseconds