OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:already_quit
(Results
1 - 2
of
2
) sorted by null
/external/dbus/test/
test-shell-service.c
6
static dbus_bool_t
already_quit
= FALSE;
variable
18
if (!
already_quit
)
21
already_quit
= TRUE;
test-service.c
9
static dbus_bool_t
already_quit
= FALSE;
variable
15
if (!
already_quit
)
18
already_quit
= TRUE;
Completed in 167 milliseconds