Searched defs:v_flag (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Dexec.c958 int v_flag = 0; local
963 case 'v': v_flag = 1; break;
969 if (p_flag && (v_flag || V_flag))
973 if (!v_flag)
981 if (v_flag)
990 if (!v_flag)
1015 if (!v_flag)
1021 if (!v_flag)
1025 if (!v_flag)
1035 if (!v_flag)
[all...]
/system/extras/ext4_utils/
H A Dext4fixup.c786 int ext4fixup_internal(char *fsdev, int v_flag, int n_flag, argument
797 verbose = v_flag;
866 verbose = v_flag;

Completed in 34 milliseconds