Home
last modified time | relevance | path

Searched refs:path_in (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
67 fd = SAFE_OPEN(path_in, O_RDWR | O_CREAT, 0664); in verify_cross_fs_copy_support()
/external/icing/icing/schema/
Dsection.h75 std::string&& path_in) in SectionMetadata()
76 : path(std::move(path_in)), in SectionMetadata()
/external/libfuse/include/
Dfuse.h774 ssize_t (*copy_file_range) (const char *path_in,
1200 ssize_t fuse_fs_copy_file_range(struct fuse_fs *fs, const char *path_in,
/external/libfuse/lib/
Dfuse.c2364 ssize_t fuse_fs_copy_file_range(struct fuse_fs *fs, const char *path_in, in fuse_fs_copy_file_range() argument
2375 path_in, 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
4347 err = get_path_nullok(f, nodeid_in, &path_in); in fuse_lib_copy_file_range()
4355 free_path(f, nodeid_in, path_in); 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()
4370 free_path(f, nodeid_in, path_in); in fuse_lib_copy_file_range()