Searched refs:handle_file (Results 1 – 7 of 7) sorted by relevance
/third_party/elfutils/src/ |
D | ranlib.c | 45 static int handle_file (const char *fname); 109 status |= handle_file (argv[remaining]); in main() 135 handle_file (const char *fname) in handle_file() function
|
D | unstrip.c | 2140 handle_file (const char *output_file, bool create_dirs, in handle_file() function 2280 handle_file (output_file, create_dirs, stripped, &stripped_ehdr, unstripped); in handle_explicit_files() 2379 handle_file (output_file, create_dirs, stripped, &stripped_ehdr, debug); in handle_dwfl_module()
|
D | ChangeLog | 419 (handle_file): Use DEFFILEMODE for open with O_CREAT for ET_REL 480 * ranlib.c (handle_file): Likewise. 1876 (handle_file): Replace open64 with open. 2387 (handle_file): Likewise. 4499 * unstrip.c (handle_file): Tweak BIAS != 0 warning. 4501 * unstrip.c (handle_file): Take new arg CREATE_DIRS. If set, 4525 (handle_file): Update callers.
|
/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()
|