Searched refs:path_in (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/syscalls/copy_file_range/ |
D | copy_file_range.h | 63 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/ |
D | section.h | 75 std::string&& path_in) in SectionMetadata() 76 : path(std::move(path_in)), in SectionMetadata()
|
/external/libfuse/include/ |
D | fuse.h | 774 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/ |
D | fuse.c | 2364 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()
|