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

/external/qemu/slirp/
H A Dtftp.c371 struct stat stat_p; local
380 if (stat(buffer, &stat_p) == 0)
381 tsize = stat_p.st_size;
/external/qemu/slirp-android/
H A Dtftp.c377 struct stat stat_p; local
386 if (stat(buffer, &stat_p) == 0)
387 tsize = stat_p.st_size;

Completed in 50 milliseconds