Searched refs:E2FSCK_BIN (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 4 milliseconds