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

/system/extras/ext4_utils/
H A Dext2simg.c184 int infd, outfd; local
226 infd = open(in, O_RDONLY);
228 if (infd < 0)
231 read_ext(infd);
235 build_sparse_ext(infd, in);
237 close(infd);

Completed in 73 milliseconds