Home
last modified time | relevance | path

Searched refs:bugreport (Results 1 – 12 of 12) sorted by relevance

/system/sepolicy/public/
Dvdc.te13 # vdc sends information back to dumpstate when "adb bugreport" is used
17 # vdc information is written to shell owned bugreport files
Dincident.te2 # take an incident report (binary, shared bugreport), download incident
Dhal_dumpstate.te8 # write bug reports in /data/data/com.android.shell/files/bugreports/bugreport
Ddumpstate.te100 # Vibrate the device after we are done collecting the bugreport
108 # Allow the bugreport service to create a file in
109 # /data/data/com.android.shell/files/bugreports/bugreport
Dshell.te38 # adb bugreport
/system/sepolicy/private/
Dnfc.te28 # already open bugreport file descriptors may be shared with
30 # /data/data/com.android.shell/files/bugreports/bugreport-*.
Dbluetooth.te55 # already open bugreport file descriptors may be shared with
57 # /data/data/com.android.shell/files/bugreports/bugreport-*.
Dproperty_contexts94 ctl.bugreport u:object_r:ctl_bugreport_prop:s0
Dapp.te515 -shell # bugreport
/system/core/adb/
Dbugreport_test.cpp169 std::string bugreport = "Reported the bug was."; in TEST_F() local
172 .WillOnce(DoAll(WithArg<4>(WriteOnStdout(bugreport)), Return(0))); in TEST_F()
176 ASSERT_THAT(GetCapturedStdout(), StrEq(bugreport)); in TEST_F()
DAndroid.mk209 bugreport.cpp \
260 bugreport.cpp \
Dcommandline.cpp1735 Bugreport bugreport; in adb_commandline() local
1736 return bugreport.DoIt(transport_type, serial, argc, argv); in adb_commandline()