Searched refs:fd_final (Results 1 – 1 of 1) sorted by relevance
841 int fd = -1, fd_final = -1, err, ret; in cache_put() local893 fd_final = open(filename, O_RDONLY | O_CLOEXEC); in cache_put()894 if (fd_final != -1) { in cache_put()983 if (fd_final != -1) in cache_put()984 close(fd_final); in cache_put()