Home
last modified time | relevance | path

Searched refs:_volume_find_by_dbus_path (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/e_fm/
H A De_fm_main_udisks.c50 static E_Volume *_volume_find_by_dbus_path(const char *path);
186 v = _volume_find_by_dbus_path(path); in _e_fm_main_udisks_cb_dev_verify_added()
211 v = _volume_find_by_dbus_path(path); in _e_fm_main_udisks_cb_dev_add()
234 if ((v = _volume_find_by_dbus_path(path))) in _e_fm_main_udisks_cb_dev_del()
888 if (_volume_find_by_dbus_path(path)) return NULL; in _e_fm_main_udisks_volume_add()
912 v = _volume_find_by_dbus_path(path); in _e_fm_main_udisks_volume_del()
964 _volume_find_by_dbus_path(const char *path) in _volume_find_by_dbus_path() function
H A De_fm_main_udisks2.c59 static E_Volume *_volume_find_by_dbus_path(const char *path);
299 if (!v) v = _volume_find_by_dbus_path(udi); in _e_fm_main_udisks2_handle_device()
326 v = _volume_find_by_dbus_path(udi); in _e_fm_main_udisks2_handle_device()
519 v = _volume_find_by_dbus_path(path); in _e_fm_main_udisks2_cb_dev_del()
1050 if (_volume_find_by_dbus_path(path)) return NULL; in _e_fm_main_udisks2_volume_add()
1071 v = _volume_find_by_dbus_path(path); in _e_fm_main_udisks2_volume_del()
1116 _volume_find_by_dbus_path(const char *path) in _volume_find_by_dbus_path() function