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

  /external/chromium/sdch/open-vcdiff/src/
vcdiff_main.cc 590 const char* const command_option = argv[1]; local
592 std::cerr << command_name << " " << command_option
604 if ((strcmp(command_option, "encode") == 0) ||
605 (strcmp(command_option, "delta") == 0)) {
612 } else if ((strcmp(command_option, "decode") == 0) ||
613 (strcmp(command_option, "patch") == 0)) {
618 } else if ((strcmp(command_option, "test") == 0)) {
647 << command_option << std::endl;
  /external/open-vcdiff/src/
vcdiff_main.cc 594 const char* const command_option = argv[1]; local
596 std::cerr << command_name << " " << command_option
608 if ((strcmp(command_option, "encode") == 0) ||
609 (strcmp(command_option, "delta") == 0)) {
616 } else if ((strcmp(command_option, "decode") == 0) ||
617 (strcmp(command_option, "patch") == 0)) {
622 } else if ((strcmp(command_option, "test") == 0)) {
651 << command_option << std::endl;

Completed in 1548 milliseconds