Searched refs:rootfsfd (Results 1 - 1 of 1) sorted by relevance

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dwrt400n.c159 int rootfsfd = -1; local
221 rootfsfd = open(rootfsfilename, O_RDONLY);
223 if(rootfsfd == -1)
230 rootfssize = read(rootfsfd, rootfsbuf, sizeof(rootfsbuf));
321 if(rootfsfd != -1)
323 close(rootfsfd);
324 rootfsfd = -1;

Completed in 79 milliseconds