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

/system/core/fs_mgr/
H A Dfs_mgr.c56 #define E2FSCK_BIN "/system/bin/e2fsck" macro
103 E2FSCK_BIN,
146 if (access(E2FSCK_BIN, X_OK)) {
148 E2FSCK_BIN, blk_device);
150 INFO("Running %s on %s\n", E2FSCK_BIN, blk_device);
158 ERROR("Failed trying to run %s\n", E2FSCK_BIN);

Completed in 19 milliseconds