Searched refs:mount_info (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/extensions/
H A Dfile_browser_event_router.cc122 DictionaryValue* mount_info = new DictionaryValue(); local
123 args.Append(mount_info);
124 mount_info->SetString("eventType",
127 mount_info->Set("volumeInfo", disk_info);
/external/bluetooth/glib/gio/
H A Dgmount.c77 const GTypeInfo mount_info = local
91 &mount_info, 0);
H A Dglocalfile.c765 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)

Completed in 458 milliseconds