Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.cpp79 #define F2FS_FSCK_BIN "/system/bin/fsck.f2fs" macro
261 const char* f2fs_fsck_argv[] = {F2FS_FSCK_BIN, "-a", "-c", "10000", "--debug-cache", in check_fs()
264 F2FS_FSCK_BIN, "-f", "-c", "10000", "--debug-cache", blk_device.c_str()}; in check_fs()
267 LINFO << "Running " << F2FS_FSCK_BIN << " -f -c 10000 --debug-cache" in check_fs()
272 LINFO << "Running " << F2FS_FSCK_BIN << " -a -c 10000 --debug-cache" in check_fs()
279 LERROR << "Failed trying to run " << F2FS_FSCK_BIN; in check_fs()