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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmount.c1530 char *cmdopts = xstrdup(""), *fstype=0, *storage_path=0; local
1592 } else storage_path = bb_simplify_path(argv[0]);
1681 strcmp(storage_path, mtcur->mnt_fsname) &&
1683 strcmp(storage_path, mtcur->mnt_dir)) continue;
1723 free(storage_path);

Completed in 180 milliseconds