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

  /external/bluetooth/glib/gio/
glocaldirectorymonitor.h 50 gboolean was_mounted; member in struct:_GLocalDirectoryMonitor
glocaldirectorymonitor.c 119 local_monitor->was_mounted = TRUE;
127 local_monitor->was_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;

Completed in 326 milliseconds