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

/system/core/fs_mgr/
H A Dfs_mgr.c45 #define E2FSCK_BIN "/system/bin/e2fsck" macro
389 INFO("Running %s on %s\n", E2FSCK_BIN, blk_dev);
396 execlp(E2FSCK_BIN, E2FSCK_BIN, "-y", blk_dev, (char *)NULL);
399 ERROR("Cannot run fs_mgr binary %s\n", E2FSCK_BIN);
402 ERROR("Fork failed trying to run %s\n", E2FSCK_BIN);

Completed in 3 milliseconds