Home
last modified time | relevance | path

Searched refs:handle_file (Results 1 – 4 of 4) sorted by relevance

/third_party/libsnd/src/
Dbinheader_writef_check.py66 def handle_file (fname): function
108 errors += handle_file (fname)
/third_party/mesa3d/src/freedreno/decode/
Dcffdump.c62 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/
Dsidxindex.c117 static int handle_file(struct Tracks *tracks, const char *file) in handle_file() function
373 if (handle_file(&tracks, argv[i])) in main()
Dismindex.c496 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()