Home
last modified time | relevance | path

Searched refs:target_fname (Results 1 – 2 of 2) sorted by relevance

/linux/tools/hv/
H A Dhv_fcopy_daemon.c
H A Dhv_fcopy_uio_daemon.c111 static char target_fname[PATH_MAX]; variable
121 if (snprintf(target_fname, sizeof(target_fname), "%s/%s", in hv_fcopy_create_file()
122 path_name, file_name) >= sizeof(target_fname)) { in hv_fcopy_create_file()
153 if (!access(target_fname, F_OK)) { in hv_fcopy_create_file()
154 syslog(LOG_INFO, "File: %s exists", target_fname); in hv_fcopy_create_file()
161 target_fd = open(target_fname, in hv_fcopy_create_file()
171 target_fname[0] = '\0'; in hv_fcopy_create_file()
203 target_fname[0] = '\0'; in hv_copy_finished()