Home | History | Annotate | Download | only in qemu

Lines Matching refs:ext

132 static char *create_trace_path(const char *filename, const char *ext)
162 // Create space for the pathname: "/dir/basename/qtrace.ext"
163 // The "ext" string already contains the dot, so just add a byte
165 path_len = dir_len + base_len + qtrace_len + strlen(ext) + 1;
172 strcat(fname, ext);