Home
last modified time | relevance | path

Searched defs:file_handler (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dmeson.build45 file_handler_test = executable( build
53 test('file_handler', file_handler_test) test
/openbmc/linux/usr/
H A Dgen_init_cpio.c32 struct file_handler { struct
33 const char *type;
34 int (*handler)(const char *line);
/openbmc/openbmc-build-scripts/scripts/
H A Dget_unit_test_report.py153 file_handler = logging.FileHandler(output_file) variable