OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_dev
(Results
1 - 2
of
2
) sorted by null
/external/vboot_reference/scripts/image_signing/
make_dev_firmware.sh
169
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/
dmi.c
166
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 195 milliseconds