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

  /external/bluetooth/glib/gio/fen/
fen-kernel.h 37 gboolean has_twin; member in struct:fnode_event
48 fnode_event_t* fnode_event_new (int event, gboolean has_twin, gpointer user_data);
fen-kernel.c 135 gboolean has_twin = FALSE; local
144 has_twin = TRUE;
172 tail->has_twin = (has_twin | (tail->has_twin ^ has_twin));
175 } else if (e == FILE_MODIFIED && !has_twin
178 tail->has_twin = TRUE;
181 && tail->e == FILE_MODIFIED && !tail->has_twin) {
182 tail->has_twin = TRUE
    [all...]
fen-data.c 538 if (ev->has_twin) {
669 ev->has_twin = TRUE;
672 tail->has_twin = TRUE;

Completed in 33 milliseconds