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

  /system/core/adb/
backup_service.c 96 char** bu_args; local
106 bu_args = (char**) alloca(argc*sizeof(char*) + 1);
110 bu_args[argc++] = "bu";
112 bu_args[argc++] = portnum;
113 bu_args[argc++] = operation;
115 bu_args[argc++] = p;
122 bu_args[argc] = NULL;
129 execvp("/system/bin/bu", (char * const *)bu_args);

Completed in 33 milliseconds