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

/gem5/util/m5/
H A Dm5.c142 write_file(const char *filename, const char *host_filename) argument
160 bytes += m5_write_file(buf, len, offset, host_filename);
230 const char *host_filename = (argc == 2) ? argv[1] : argv[0]; local
232 write_file(filename, host_filename);

Completed in 5 milliseconds