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