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

/external/e2fsprogs/misc/
H A Dfsck.c122 static const char *fsck_prefix_path = "/sbin:/sbin/fs.d:/sbin/fs:/etc/fs:/etc"; variable
1282 fsck_path = malloc (strlen (fsck_prefix_path) + 1 +
1288 strcpy (fsck_path, fsck_prefix_path);
1292 fsck_path = string_copy(fsck_prefix_path);

Completed in 309 milliseconds