OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mount_info
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gio/
glocalfile.c
765
guint
mount_info
;
local
791
mount_info
= GPOINTER_TO_UINT (info_as_ptr);
795
mount_info
= 0;
805
mount_info
|= MOUNT_INFO_READONLY;
817
g_hash_table_insert (mount_info_hash, dev, GUINT_TO_POINTER (
mount_info
));
821
if (
mount_info
& MOUNT_INFO_READONLY)
[
all
...]
gmount.c
77
const GTypeInfo
mount_info
=
local
91
&
mount_info
, 0);
Completed in 60 milliseconds