Home
last modified time | relevance | path

Searched refs:path_out (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range.h63 static inline int verify_cross_fs_copy_support(const char *path_in, const char *path_out) in verify_cross_fs_copy_support() argument
72 fd_test = SAFE_OPEN(path_out, O_RDWR | O_CREAT, 0664); in verify_cross_fs_copy_support()
/external/libfuse/include/
Dfuse.h776 off_t offset_in, const char *path_out,
1202 const char *path_out,
/external/libfuse/lib/
Dfuse.c2366 const char *path_out, in fuse_fs_copy_file_range() argument
2377 path_out, in fuse_fs_copy_file_range()
2381 return fs->op.copy_file_range(path_in, fi_in, off_in, path_out, in fuse_fs_copy_file_range()
4343 char *path_in, *path_out; in fuse_lib_copy_file_range() local
4353 err = get_path_nullok(f, nodeid_out, &path_out); in fuse_lib_copy_file_range()
4361 res = fuse_fs_copy_file_range(f->fs, path_in, fi_in, off_in, path_out, in fuse_lib_copy_file_range()
4371 free_path(f, nodeid_out, path_out); in fuse_lib_copy_file_range()
/external/libevent/
Devdns.c3648 char *path_out; in evdns_get_default_hosts_filename() local
3654 path_out = mm_malloc(len_out); in evdns_get_default_hosts_filename()
3655 evutil_snprintf(path_out, len_out, "%s%s", path, hostfile); in evdns_get_default_hosts_filename()
3656 return path_out; in evdns_get_default_hosts_filename()