OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_mounted
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/gio/
glocaldirectorymonitor.c
177
gboolean
is_mounted
;
local
184
is_mounted
= TRUE;
188
is_mounted
= mount != NULL;
194
if (local_monitor->was_mounted !=
is_mounted
)
196
if (local_monitor->was_mounted && !
is_mounted
)
204
local_monitor->was_mounted =
is_mounted
;
/external/e2fsprogs/misc/
ismounted.c
182
int
is_mounted
(const char *file)
function
208
if (
is_mounted
(argv[1]))
fsck.c
977
!(ignore_mounted &&
is_mounted
(fs->device))) {
1013
if (ignore_mounted &&
is_mounted
(fs->device)) {
1311
if (ignore_mounted &&
is_mounted
(fs->device))
Completed in 590 milliseconds