Searched refs:mem_fname (Results 1 – 1 of 1) sorted by relevance
878 char mem_fname[30]; in os_jump_to_file() local887 strcpy(mem_fname, "/tmp/u-boot.mem.XXXXXX"); in os_jump_to_file()888 fd = mkstemp(mem_fname); in os_jump_to_file()892 err = os_write_ram_buf(mem_fname); in os_jump_to_file()904 extra_args[argc++] = mem_fname; in os_jump_to_file()
Completed in 5 milliseconds