OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bugreportz
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/cmds/bugreportz/
bugreportz.h
19
int
bugreportz
(int s, bool show_progress);
Android.mk
3
#
bugreportz
9
bugreportz
.cpp \
12
LOCAL_MODULE:=
bugreportz
33
bugreportz
.cpp \
bugreportz.cpp
28
#include "
bugreportz
.h"
45
int
bugreportz
(int s, bool show_progress) {
function
bugreportz_test.cpp
26
#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
73
void
Bugreportz
(bool show_progress) {
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");
103
Bugreportz
(false)
[
all
...]
main.cpp
27
#include "
bugreportz
.h"
33
"usage:
bugreportz
[-h | -v]\n"
98
bugreportz
(s, show_progress);
/build/target/product/
base.mk
33
bugreportz
\
Completed in 338 milliseconds