Lines Matching refs:filepath
736 char *filepath = NULL;745 filepath = DoSubstitution(template, cmdline, projroot,747 if (!filepath)750 free(filepath);751 filepath = NULL;754 file = fopen(filepath, "r");756 free(filepath);757 filepath = NULL;764 configFiles[numFiles].path = strdup(filepath);767 return filepath;