Searched refs:bugreportz (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/cmds/bugreportz/
H A Dbugreportz.h19 int bugreportz(int s, bool show_progress);
H A DAndroid.mk3 # bugreportz
9 bugreportz.cpp \
12 LOCAL_MODULE:= bugreportz
33 bugreportz.cpp \
H A Dbugreportz.cpp28 #include "bugreportz.h"
45 int bugreportz(int s, bool show_progress) { function
H A Dbugreportz_test.cpp26 #include "bugreportz.h"
34 // Creates the pipe used to communicate with bugreportz()
53 // Emulates dumpstate output by writing to the socket passed to bugreportz()
68 // Calls bugreportz() using the internal pipe.
71 // end of the pipe will be closed before calling bugreportz() (otherwise that function would
78 int status = bugreportz(read_fd_, show_progress);
93 // Tests 'bugreportz', without any argument - it will ignore progress lines.
97 WriteToSocket("stays on 'bugreportz'.\n");
106 "What happens on 'dumpstate',stays on 'bugreportz'.\n"
110 // Tests 'bugreportz
[all...]
H A Dmain.cpp27 #include "bugreportz.h"
33 "usage: bugreportz [-h | -v]\n"
98 bugreportz(s, show_progress);

Completed in 147 milliseconds