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

/system/extras/ext4_utils/
H A Dext2simg.c185 int infd, outfd; local
227 infd = open(in, O_RDONLY);
229 if (infd < 0)
232 read_ext(infd);
236 build_sparse_ext(infd, in);
238 close(infd);

Completed in 233 milliseconds