HomeSort by relevance Sort by last modified time
    Searched refs:mount_info (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.cc 122 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/
gmount.c 77 const GTypeInfo mount_info = local
91 &mount_info, 0);
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...]

Completed in 49 milliseconds