Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c326 #define USE_FILE 1 /* else memory */ macro
342 if (opts & USE_FILE) in print_opts()
3053 if (!(image->opts & USE_FILE) || (image->opts & USE_STDIO)) in read_one_file()
3060 if (image->opts & USE_FILE) in read_one_file()
3209 else if (image->opts & USE_FILE) in write_one_file()
3524 opts |= USE_FILE; in main()
3529 opts &= ~USE_FILE; in main()
/third_party/toybox/generated/
Dconfig.h72 #define USE_FILE(...) __VA_ARGS__ macro
Dnewtoys.h80 USE_FILE(NEWTOY(file, "<1bhLs[!hL]", TOYFLAG_USR|TOYFLAG_BIN))