Searched refs:target_fname (Results 1 – 1 of 1) sorted by relevance
57 static char target_fname[PATH_MAX]; variable67 snprintf(target_fname, sizeof(target_fname), "%s/%s", in hv_fcopy_create_file()96 if (!access(target_fname, F_OK)) { in hv_fcopy_create_file()97 syslog(LOG_INFO, "File: %s exists", target_fname); in hv_fcopy_create_file()104 target_fd = open(target_fname, in hv_fcopy_create_file()114 target_fname[0] = '\0'; in hv_fcopy_create_file()146 target_fname[0] = '\0'; in hv_copy_finished()
Completed in 4 milliseconds