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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dsimplify_path.c3 * bb_simplify_path implementation for busybox
12 char *bb_simplify_path(const char *path) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmount.c299 mp->mnt_dir = bb_simplify_path(mp->mnt_dir);
302 mp->mnt_fsname = fsname = bb_simplify_path(mp->mnt_fsname);
1456 loopFile = bb_simplify_path(mp->mnt_fsname);
1592 } else storage_path = bb_simplify_path(argv[0]);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/selinux/
H A Dsetfiles.c275 my_file = bb_simplify_path(file);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c369 mount_point = bb_simplify_path(argv[1]);
466 p = bb_simplify_path(path);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h773 char *bb_simplify_path(const char *path);

Completed in 203 milliseconds