Searched refs:vnodePath (Results 1 – 1 of 1) sorted by relevance
399 char *vnodePath = NULL; in VnodeLookupAt() local450 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()