OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:do_cleanup
(Results
1 - 16
of
16
) sorted by null
/external/ltp/testcases/network/nfs/nfs_stress/
nfs06
12
TST_CLEANUP="
do_cleanup
"
17
do_cleanup
()
function
/external/ltp/lib/tests/
tst_cleanup_once.c
34
static void
do_cleanup
(void)
function
39
TST_DECLARE_ONCE_FN(cleanup,
do_cleanup
);
/external/ltp/testcases/network/multicast/mc_cmds/
mc_cmds
89
do_cleanup
()
function
96
TST_CLEANUP=
do_cleanup
/external/ltp/testcases/network/multicast/mc_commo/
mc_commo
81
do_cleanup
()
function
92
TST_CLEANUP=
do_cleanup
/external/ltp/testcases/network/multicast/mc_member/
mc_member
131
do_cleanup
()
function
137
TST_CLEANUP=
do_cleanup
/external/ltp/testcases/network/rpc/basic_tests/rpc01/
rpc01
20
TST_CLEANUP=
do_cleanup
28
do_cleanup
()
function
/external/ltp/testcases/network/tcp_cmds/ftp/
ftp01
135
# FUNCTION:
do_cleanup
139
do_cleanup
()
function
/external/ltp/testcases/network/tcp_cmds/rcp/
rcp01
62
trap
do_cleanup
EXIT
121
# FUNCTION:
do_cleanup
125
do_cleanup
()
function
/external/ltp/testcases/network/tcp_cmds/sendfile/
sendfile01
39
TST_CLEANUP=
do_cleanup
99
do_cleanup
()
function
/external/ltp/testcases/network/tcp_cmds/tcpdump/
tcpdump01
27
TST_CLEANUP=
do_cleanup
60
do_cleanup
()
function
/external/adeb/
androdeb
173
function
do_cleanup
() {
function
225
do_cleanup
291
push_unpack_tarred_headers $KERNELHDRS;
do_cleanup
; all_done_banner; exit 0; fi
304
push_unpack_headers;
do_cleanup
; all_done_banner; exit 0; fi
327
do_cleanup
; all_done_banner; exit 0
354
do_cleanup
384
do_cleanup
/external/ltp/testcases/kernel/controllers/cgroup/
cgroup_regression_test.sh
9
TST_CLEANUP=
do_cleanup
36
do_cleanup
()
function
/external/ltp/testcases/kernel/security/tomoyo/
tomoyo_new_test.c
382
void (*
do_cleanup
) (void);
member in struct:test_struct
630
if (tests[i].
do_cleanup
)
631
tests[i].
do_cleanup
();
646
if (tests[i].
do_cleanup
)
647
tests[i].
do_cleanup
();
/external/ltp/lib/
tst_test.c
78
static void
do_cleanup
(void);
608
do_cleanup
();
884
static void
do_cleanup
(void)
function
/external/ltp/testcases/network/netstress/
netstress.c
186
static void
do_cleanup
(void)
function
202
TST_DECLARE_ONCE_FN(cleanup,
do_cleanup
)