Searched defs:USE_FILE (Results 1 - 2 of 2) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngstest.c327 #define USE_FILE 1 /* else memory */ macro
343 if (opts & USE_FILE)
3044 if (!(image->opts & USE_FILE) || (image->opts & USE_STDIO))
3051 if (image->opts & USE_FILE)
3200 else if (image->opts & USE_FILE)
3515 opts |= USE_FILE;
3520 opts &= ~USE_FILE;
/external/toybox/generated/
H A Dconfig.h72 #define USE_FILE(...) macro

Completed in 89 milliseconds