Home
last modified time | relevance | path

Searched refs:dpath (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/miscutils/
Ddevfsd.c1014 char *dpath; in restore() local
1018 dpath = concat_path_file(mount_point, spath + rootlen); in restore()
1019 lstat(dpath, &dest_stat); in restore()
1020 free(dpath); in restore()
1022 copy_inode(dpath, &dest_stat, (source_stat.st_mode & ~S_ISVTX), spath, &source_stat); in restore()