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

/gem5/ext/mcpat/
H A Dmain.cc48 char* xml_file = NULL; local
53 xml_file = argv[++i];
64 if (xml_file == NULL) {
71 if (stat(xml_file, &file_info)) {
72 cerr << "ERROR: File not found: " << xml_file << endl << endl;
81 XMLNode xml_data = XMLNode::openFileHelper(xml_file, "component");

Completed in 4 milliseconds