Searched refs:fallback_fd (Results 1 – 1 of 1) sorted by relevance
1249 int fd = -1, fallback_fd = -1; in droid_open_device() local1284 if (fallback_fd == -1) { in droid_open_device()1285 fallback_fd = fd; in droid_open_device()1294 if (fallback_fd < 0 && fd < 0) { in droid_open_device()1301 return fallback_fd; in droid_open_device()1304 close(fallback_fd); in droid_open_device()