Searched refs:overlay_file (Results 1 - 2 of 2) sorted by relevance

/system/libufdt/tests/src/
H A Dfdt_overlay_test_app.c74 fprintf(stderr, "Usage: %s <base_file> <overlay_file> <out_file>\n", argv[0]);
79 const char *overlay_file = argv[2]; local
81 int ret = apply_overlay_files(out_file, base_file, overlay_file);
H A Dufdt_overlay_test_app.c79 fprintf(stderr, "Usage: %s <base_file> <overlay_file> <out_file>\n", argv[0]);
84 const char *overlay_file = argv[2]; local
86 int ret = apply_overlay_files(out_file, base_file, overlay_file);

Completed in 54 milliseconds