OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_mounted
(Results
1 - 6
of
6
) 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
;
ChangeLog
[
all
...]
/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))
/bootable/recovery/updater/
install.c
118
//
is_mounted
(mount_point)
1041
RegisterFunction("
is_mounted
", IsMountedFn);
/external/e2fsprogs/lib/ext2fs/
nt_io.c
991
//
Is_mounted
is set to 1 if the device is mounted, 0 otherwise
Completed in 180 milliseconds