Lines Matching refs:tocvsPath
34 char *tocvsPath = NULL; local
44 tocvsPath = wrap_tocvs_process_file (finfo->file);
47 if (tocvsPath)
52 rename_file (tocvsPath, finfo->file);
122 if (tocvsPath)
123 if (unlink_file_dir (tocvsPath) < 0)
124 error (0, errno, "cannot remove %s", tocvsPath);
129 if (tocvsPath)
130 if (unlink_file_dir (tocvsPath) < 0)
131 error (0, errno, "cannot remove %s", tocvsPath);
143 if (tocvsPath)
144 if (unlink_file_dir (tocvsPath) < 0)
145 error (0, errno, "cannot remove %s", tocvsPath);