Home
last modified time | relevance | path

Searched refs:elf_path (Results 1 – 1 of 1) sorted by relevance

/devicemodel/core/
A Dsw_load_elf.c54 static char elf_path[STR_LEN]; variable
102 strncpy(elf_path, arg, len + 1); in acrn_parse_elf()
103 if (check_image(elf_path, 0, &elfsz) == 0) { in acrn_parse_elf()
104 elf_file_name = elf_path; in acrn_parse_elf()
105 pr_notice("SW_LOAD: get elf path %s\n", elf_path); in acrn_parse_elf()

Completed in 3 milliseconds