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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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 87 milliseconds