Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.cpp66 #define TUNE2FS_BIN "/system/bin/tune2fs" macro
285 return access(TUNE2FS_BIN, X_OK) == 0; in tune2fs_available()
308 << " because " TUNE2FS_BIN " is missing"; in tune_quota()
312 const char* argv[] = {TUNE2FS_BIN, nullptr, nullptr, blk_device}; in tune_quota()
326 LERROR << "Failed to run " TUNE2FS_BIN " to " << (want_quota ? "enable" : "disable") in tune_quota()
356 << " because " TUNE2FS_BIN " is missing"; in tune_reserved_size()
361 const char* argv[] = {TUNE2FS_BIN, "-r", buf, blk_device}; in tune_reserved_size()
366 LERROR << "Failed to run " TUNE2FS_BIN " to set the number of reserved blocks on " in tune_reserved_size()
384 << " because " TUNE2FS_BIN " is missing"; in tune_encrypt()
388 const char* argv[] = {TUNE2FS_BIN, "-Oencrypt", blk_device}; in tune_encrypt()
[all …]