Lines Matching refs:ERROR
25 ERROR("install-disk-image <command> [options...]\n"); in PrintUsage()
26 ERROR("Commands:\n"); in PrintUsage()
27 ERROR(" install-bootloader : Install a BOOTLOADER partition to the device\n"); in PrintUsage()
28 ERROR(" install-efi : Install an EFI partition to the device\n"); in PrintUsage()
29 ERROR(" install-kernc : Install a KERN-C CrOS partition to the device\n"); in PrintUsage()
30 ERROR(" install-zircona : Install a ZIRCON-A partition to the device\n"); in PrintUsage()
31 ERROR(" install-zirconb : Install a ZIRCON-B partition to the device\n"); in PrintUsage()
32 ERROR(" install-zirconr : Install a ZIRCON-R partition to the device\n"); in PrintUsage()
33 ERROR(" install-vbmetaa : Install a VBMETA-A partition to the device\n"); in PrintUsage()
34 ERROR(" install-vbmetab : Install a VBMETA-B partition to the device\n"); in PrintUsage()
35 ERROR(" install-fvm : Install a sparse FVM to the device\n"); in PrintUsage()
36 ERROR(" install-data-file : Install a file to DATA (--path required)\n"); in PrintUsage()
37 ERROR(" wipe : Clean up the install disk\n"); in PrintUsage()
38 ERROR("Options:\n"); in PrintUsage()
39 ERROR(" --file <file>: Read from FILE instead of stdin\n"); in PrintUsage()
40 ERROR(" --force: Install partition even if inappropriate for the device\n"); in PrintUsage()
41 ERROR(" --path <path>: Install DATA file to path\n"); in PrintUsage()
53 ERROR("install-disk-image needs a command\n"); in ParseFlags()
81 ERROR("Invalid command: %s\n", argv[0]); in ParseFlags()
98 ERROR("'--file' argument requires a file\n"); in ParseFlags()
103 ERROR("Couldn't open supplied file\n"); in ParseFlags()
109 ERROR("'--path' argument requires a path\n"); in ParseFlags()
122 ERROR("install-data-file requires --path\n"); in ParseFlags()