Searched refs:bugreport (Results 1 – 12 of 12) sorted by relevance
13 # vdc sends information back to dumpstate when "adb bugreport" is used17 # vdc information is written to shell owned bugreport files
2 # take an incident report (binary, shared bugreport), download incident
8 # write bug reports in /data/data/com.android.shell/files/bugreports/bugreport
100 # Vibrate the device after we are done collecting the bugreport108 # Allow the bugreport service to create a file in109 # /data/data/com.android.shell/files/bugreports/bugreport
38 # adb bugreport
28 # already open bugreport file descriptors may be shared with30 # /data/data/com.android.shell/files/bugreports/bugreport-*.
55 # already open bugreport file descriptors may be shared with57 # /data/data/com.android.shell/files/bugreports/bugreport-*.
94 ctl.bugreport u:object_r:ctl_bugreport_prop:s0
515 -shell # bugreport
169 std::string bugreport = "Reported the bug was."; in TEST_F() local172 .WillOnce(DoAll(WithArg<4>(WriteOnStdout(bugreport)), Return(0))); in TEST_F()176 ASSERT_THAT(GetCapturedStdout(), StrEq(bugreport)); in TEST_F()
209 bugreport.cpp \260 bugreport.cpp \
1735 Bugreport bugreport; in adb_commandline() local1736 return bugreport.DoIt(transport_type, serial, argc, argv); in adb_commandline()