Searched refs:handle_file (Results 1 – 4 of 4) sorted by relevance
/third_party/libsnd/src/ |
D | binheader_writef_check.py | 66 def handle_file (fname): function 108 errors += handle_file (fname)
|
/third_party/mesa3d/src/freedreno/decode/ |
D | cffdump.c | 62 static int handle_file(const char *filename, int start, int end, int draw); 219 ret = handle_file(argv[optind], start, end, draw); in main() 254 handle_file(const char *filename, int start, int end, int draw) in handle_file() function
|
/third_party/ffmpeg/tools/ |
D | sidxindex.c | 117 static int handle_file(struct Tracks *tracks, const char *file) in handle_file() function 373 if (handle_file(&tracks, argv[i])) in main()
|
D | ismindex.c | 496 static int handle_file(struct Tracks *tracks, const char *file, int split, in handle_file() function 821 if (handle_file(&tracks, argv[i], split, ismf, in main()
|