Home
last modified time | relevance | path

Searched refs:USE_FILE (Results 1 – 3 of 3) sorted by relevance

/external/libpng/contrib/libtests/
Dpngstest.c327 #define USE_FILE 1 /* else memory */ macro
343 if (opts & USE_FILE) in print_opts()
3044 if (!(image->opts & USE_FILE) || (image->opts & USE_STDIO)) in read_one_file()
3051 if (image->opts & USE_FILE) in read_one_file()
3200 else if (image->opts & USE_FILE) in write_one_file()
3515 opts |= USE_FILE; in main()
3520 opts &= ~USE_FILE; in main()
/external/toybox/generated/
Dconfig.h72 #define USE_FILE(...) macro
Dnewtoys.h67 USE_FILE(NEWTOY(file, "<1", TOYFLAG_USR|TOYFLAG_BIN))