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.c55 static char target_fname[PATH_MAX]; variable
65 snprintf(target_fname, sizeof(target_fname), "%s/%s", in hv_fcopy_create_file()
94 if (!access(target_fname, F_OK)) { in hv_fcopy_create_file()
95 syslog(LOG_INFO, "File: %s exists", target_fname); in hv_fcopy_create_file()
102 target_fd = open(target_fname, in hv_fcopy_create_file()
112 target_fname[0] = '\0'; in hv_fcopy_create_file()
144 target_fname[0] = '\0'; in hv_copy_finished()