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

  /system/core/adb/
adb_client.h 45 const char *adb_error(void);
commandline.c 334 fprintf(stderr,"error: %s\n", adb_error());
482 adb_service_name, adb_error());
1009 fprintf(stderr,"error: %s\n", adb_error());
1055 fprintf(stderr,"error: %s\n", adb_error());
    [all...]
adb_client.c 81 const char *adb_error(void) function
file_sync_client.c 545 fprintf(stderr,"error: %s\n", adb_error());
750 fprintf(stderr,"error: %s\n", adb_error());
952 fprintf(stderr,"error: %s\n", adb_error());
1012 fprintf(stderr,"error: %s\n", adb_error());
  /frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py 88 (adb_output, adb_error) = subprocess.Popen(run_load_test_cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
105 logging.info(adb_error);
run_reliability_tests.py 157 (adb_output, adb_error) = proc.communicate()
161 logging.error(adb_error)

Completed in 30 milliseconds