Home
last modified time | relevance | path

Searched defs:path_in (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dcopy_file_range.c33 char path_in[PATH_MAX] = {0}; in copy_file_range_0100() local
112 char path_in[PATH_MAX] = {0}; in copy_file_range_0300() local
/third_party/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()
/third_party/libfuse/example/
Dpassthrough.c446 static ssize_t xmp_copy_file_range(const char *path_in, in xmp_copy_file_range()
Dpassthrough_fh.c576 static ssize_t xmp_copy_file_range(const char *path_in, in xmp_copy_file_range()
/third_party/libfuse/lib/
Dfuse.c2315 ssize_t fuse_fs_copy_file_range(struct fuse_fs *fs, const char *path_in, in fuse_fs_copy_file_range()
4323 char *path_in, *path_out; in fuse_lib_copy_file_range() local