Searched refs:has_dev (Results 1 - 2 of 2) sorted by relevance

/external/vboot_reference/scripts/image_signing/
H A Dmake_dev_firmware.sh169 local has_dev=$FLAGS_TRUE has_norm=$FLAGS_TRUE
172 # in output of vbutil_block, and disable the flags (has_dev, has_norm) if
177 grep -qw '[^!]DEV' || has_dev=$FLAGS_FALSE
178 if [ "$has_norm" = "$FLAGS_FALSE" -a "$has_dev" = "$FLAGS_TRUE" ]; then
/external/syslinux/com32/lua/src/
H A Ddmi.c166 int i, j, has_dev; local
189 for (has_dev = 0, i = 0; i < n_dev; i++)
191 has_dev++;
193 if (has_dev) {

Completed in 407 milliseconds