HomeSort by relevance Sort by last modified time
    Searched refs:mode_flag (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/misc/
e4defrag.c 169 static int mode_flag; variable
443 if ((mode_flag & DETAIL) && flag) {
467 if (mode_flag & DETAIL) {
536 if ((mode_flag & DETAIL) && ret == -ENOSPC) {
549 if (mode_flag & DETAIL) {
562 if (mode_flag & DETAIL) {
569 if (mode_flag & DETAIL) {
1055 if (mode_flag & DETAIL) {
1065 if (mode_flag & DETAIL) {
1073 if (mode_flag & DETAIL)
    [all...]
  /system/core/fs_mgr/
fs_mgr_verity.cpp 198 const char *mode_flag = NULL; local
202 mode_flag = VERITY_TABLE_OPT_RESTART;
204 mode_flag = VERITY_TABLE_OPT_LOGGING;
208 if (mode_flag) {
211 params->table, 1 + VERITY_TABLE_OPT_FEC_ARGS, mode_flag, params->ecc_dev,
219 } else if (mode_flag) {
221 mode_flag);
  /external/libdrm/tests/modetest/
modetest.c 175 static bit_name_fn(mode_flag)
    [all...]

Completed in 266 milliseconds