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

  /external/vboot_reference/futility/
cmd_create.c 29 OPT_VERSION,
39 static uint32_t opt_version = DEFAULT_VERSION; variable
45 {"version", 1, 0, OPT_VERSION},
136 pubkey = PublicKeyAlloc(keyb_size, vb1_algorithm, opt_version);
241 pubkey->version = opt_version;
278 case OPT_VERSION:
279 opt_version = strtoul(optarg, &e, 0);
cmd_vbutil_firmware.c 29 OPT_VERSION,
41 {"version", 1, 0, OPT_VERSION},
352 case OPT_VERSION:
cmd_vbutil_kernel.c 57 OPT_VERSION,
80 {"version", 1, 0, OPT_VERSION},
355 case OPT_VERSION:
  /external/icu/icu4c/source/tools/makeconv/
makeconv.c 172 OPT_VERSION,
245 if(options[OPT_VERSION].doesOccur) {

Completed in 77 milliseconds