HomeSort by relevance Sort by last modified time
    Searched full:mux_str (Results 1 - 1 of 1) sorted by null

  /device/google/dragon/recovery/updater/
debug_ec.c 843 const char *mux_str[] = {"", "none", "usb", "dp", "dock", "auto"}; local
898 for (j = 0; j < ARRAY_SIZE(mux_str); ++j) {
899 if (!strcmp(argv[i], mux_str[j])) {

Completed in 76 milliseconds