Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dfsck.c123 static const char *fsck_prefix_path = "/sbin:/sbin/fs.d:/sbin/fs:/etc/fs:/etc"; variable
1283 fsck_path = malloc (strlen (fsck_prefix_path) + 1 + in main()
1289 strcpy (fsck_path, fsck_prefix_path); in main()
1293 fsck_path = string_copy(fsck_prefix_path); in main()