Searched refs:resTrackFd (Results 1 - 1 of 1) sorted by last modified time

/system/core/libcutils/
H A Dqtaguid.c44 static int resTrackFd = -1; variable
49 resTrackFd = TEMP_FAILURE_RETRY(open("/dev/xt_qtaguid", O_RDONLY));
50 if (resTrackFd >=0) {
51 TEMP_FAILURE_RETRY(fcntl(resTrackFd, F_SETFD, FD_CLOEXEC));

Completed in 33 milliseconds