Searched refs:TUNE2FS_BIN (Results 1 – 1 of 1) sorted by relevance
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 81 #define TUNE2FS_BIN "/system/bin/tune2fs" macro 373 return access(TUNE2FS_BIN, X_OK) == 0; in tune2fs_available() 396 << " because " TUNE2FS_BIN " is missing"; in tune_quota() 400 const char* argv[] = {TUNE2FS_BIN, nullptr, nullptr, blk_device.c_str()}; in tune_quota() 418 LERROR << "Failed to run " TUNE2FS_BIN " to " << (want_quota ? "enable" : "disable") in tune_quota() 448 << " because " TUNE2FS_BIN " is missing"; in tune_reserved_size() 457 TUNE2FS_BIN, "-r", reserved_blocks_str.c_str(), "-g", reserved_gid_str.c_str(), in tune_reserved_size() 460 LERROR << "Failed to run " TUNE2FS_BIN " to set the number of reserved blocks on " in tune_reserved_size() 495 << " because " TUNE2FS_BIN " is missing"; in tune_encrypt() 501 const char* argv[] = {TUNE2FS_BIN, flag_arg.c_str(), blk_device.c_str()}; in tune_encrypt() [all …]
|