Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/
H A Dvnode.c399 char *vnodePath = NULL; in VnodeLookupAt() local
450 vnodePath = malloc(vnodePathLen + 1); in VnodeLookupAt()
451 if (vnodePath == NULL) { in VnodeLookupAt()
455 ret = strncpy_s(vnodePath, vnodePathLen + 1, normalizedPath, vnodePathLen); in VnodeLookupAt()
458 free(vnodePath); in VnodeLookupAt()
461 currentVnode->filePath = vnodePath; in VnodeLookupAt()

Completed in 2 milliseconds