OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:out_image_file
(Results
1 - 1
of
1
) sorted by null
/system/libufdt/tests/src/
extract_dtb.c
157
const char *
out_image_file
= (argc > 3) ? argv[3] : NULL;
local
158
int ret = extract_dtbs(in_file, out_dtb_file,
out_image_file
);
Completed in 168 milliseconds