Searched refs:src_path (Results 1 – 1 of 1) sorted by relevance
795 char *src_path = NULL; in modify_tagged() local846 src_path = parse_directory(cp); in modify_tagged()848 if (isEmpty(old_path) || strcmp(old_path, src_path)) { in modify_tagged()849 if (!ok_stat(src_path, &src_info) in modify_tagged()852 FREE(src_path); in modify_tagged()857 StrAllocCopy(old_path, src_path); in modify_tagged()858 FREE(src_path); in modify_tagged()865 src_path = HTfullURL_toFile(cp); in modify_tagged()867 if (move_file(src_path, dst_path) < 0) { in modify_tagged()872 FREE(src_path); in modify_tagged()[all …]