Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/operation/
H A Dfullpath.c308 char *relativeoldpath = NULL; in vfs_normalize_pathat() local
312 ret = get_path_from_fd(dirfd, &relativeoldpath); in vfs_normalize_pathat()
317 ret = vfs_normalize_path((const char *)relativeoldpath, filename, &fullpath); in vfs_normalize_pathat()
318 if (relativeoldpath) { in vfs_normalize_pathat()
319 free(relativeoldpath); in vfs_normalize_pathat()

Completed in 1 milliseconds