Searched refs:add_input_file (Results 1 - 3 of 3) sorted by relevance

/external/blktrace/btreplay/
H A Dbtrecord.c326 * add_input_file - Set up the input file name
329 static void add_input_file(char *devnm) function
377 add_input_file(dsf);
468 add_input_file(argv[optind++]);
H A Dbtreplay.c851 * add_input_file - Allocate and initialize per-input file structure
856 static void add_input_file(int cpu, char *devnm, char *file_name) function
970 add_input_file(cpu, dip->devnm, full_name);
/external/llvm/tools/gold/
H A Dgold-plugin.cpp75 static ld_plugin_add_input_file add_input_file = nullptr; variable
227 add_input_file = tv->tv_u.tv_add_input_file;
814 if (add_input_file(Filename.c_str()) != LDPS_OK)

Completed in 340 milliseconds