Home | History | Annotate | Download | only in qtools

Lines Matching refs:ext

30 static char *CreateTracePath(const char *filename, const char *ext)
60 // Create space for the pathname: "/dir/basename/qtrace.ext"
61 // The "ext" string already contains the dot, so just add a byte
63 path_len = dir_len + base_len + qtrace_len + strlen(ext) + 1;
70 strcat(fname, ext);