Searched refs:old_file (Results 1 – 3 of 3) sorted by relevance
535 for old_file in $(find "${dir}" -mindepth 1 \537 if [ ! -e "$(get_base "${old_file}").meta" ]; then538 lecho "Removing old orphaned file: ${old_file}."539 rm -f -- "${old_file}"
109 const std::string& old_file,
689 const string& old_file, in DiffFiles() argument700 cmd.push_back(old_file); in DiffFiles()