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

  /external/bsdiff/
bsdiff_arguments.h 48 bool ParseCommandLine(int argc, char** argv);
bsdiff_arguments.cc 76 bool BsdiffArguments::ParseCommandLine(int argc, char** argv) {
bsdiff_arguments_unittest.cc 109 arguments.ParseCommandLine(args.size(), const_cast<char**>(args.data())));
bsdiff_main.cc 134 if (!arguments.ParseCommandLine(argc, argv)) {
139 // The optind will be updated in ParseCommandLine to parse the options; and
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
EfiRom.h 185 ParseCommandLine (
EfiRom.c 63 if (ParseCommandLine (Argc, Argv, &mOptions)) {
855 ParseCommandLine (
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiCompress/
EfiCompressMain.c 46 ParseCommandLine (
144 if (!ParseCommandLine (argc, argv, &ActionList)) {
173 ParseCommandLine (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenTEImage/
GenTEImage.c 96 ParseCommandLine (
166 if (ParseCommandLine (Argc, Argv)) {
640 ParseCommandLine (
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Application/FirmwareUpdate/
FirmwareUpdate.c 177 ParseCommandLine (
327 Status = ParseCommandLine (Argc, Argv);
  /external/mdnsresponder/mDNSWindows/ControlPanel/
ControlPanelExe.cpp 299 ParseCommandLine( commandLine );
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
EfiRom.c 161 ParseCommandLine (
250 if (ParseCommandLine (Argc, Argv, &mOptions)) {
987 ParseCommandLine (
    [all...]
  /external/pdfium/samples/
pdfium_test.cc 718 bool ParseCommandLine(const std::vector<std::string>& args,
    [all...]

Completed in 1512 milliseconds