Searched refs:path_out (Results 1 – 8 of 8) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | copy_file_range.c | 34 char path_out[PATH_MAX] = {0}; in copy_file_range_0100() local 36 FILE_ABSOLUTE_PATH(STR_FILE_OUT_TXT, path_out); in copy_file_range_0100() 53 fd_out = open(path_out, O_RDWR | O_CREAT, TEST_MODE); in copy_file_range_0100() 69 fd_out = open(path_out, O_RDONLY); in copy_file_range_0100() 82 remove(path_out); in copy_file_range_0100() 113 char path_out[PATH_MAX] = {0}; in copy_file_range_0300() local 115 FILE_ABSOLUTE_PATH(STR_FILE_OUT_TXT, path_out); in copy_file_range_0300() 132 fd_out = open(path_out, O_RDONLY | O_CREAT, TEST_MODE); in copy_file_range_0300() 150 remove(path_out); in copy_file_range_0300()
|
/third_party/gn/src/gn/ |
D | ninja_target_command_util.h | 39 std::ostringstream path_out; in operator() local 40 path_output_.WriteDir(path_out, d, PathOutput::DIR_NO_LAST_SLASH); in operator() 41 const std::string& path = path_out.str(); in operator() 75 std::ostringstream path_out; in operator() local 76 path_output_.WriteDir(path_out, d, PathOutput::DIR_NO_LAST_SLASH); in operator() 77 const std::string& path = path_out.str(); in operator()
|
/third_party/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 72 fd_test = SAFE_OPEN(path_out, O_RDWR | O_CREAT, 0664); in verify_cross_fs_copy_support()
|
/third_party/libinput/src/ |
D | evdev-tablet-pad-leds.c | 239 char *path_out, in pad_led_get_sysfs_base_path() argument 253 rc = snprintf(path_out, path_out_sz, "%s", test_path); in pad_led_get_sysfs_base_path() 263 rc = snprintf(path_out, in pad_led_get_sysfs_base_path()
|
/third_party/libfuse/include/ |
D | fuse.h | 785 off_t offset_in, const char *path_out, 1217 const char *path_out,
|
/third_party/libfuse/example/ |
D | passthrough.c | 452 off_t offset_in, const char *path_out, in xmp_copy_file_range() argument 468 fd_out = open(path_out, O_WRONLY); in xmp_copy_file_range()
|
D | passthrough_fh.c | 582 off_t off_in, const char *path_out, in xmp_copy_file_range() argument 588 (void) path_out; in xmp_copy_file_range()
|
/third_party/libfuse/lib/ |
D | fuse.c | 2366 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() 4348 char *path_in, *path_out; in fuse_lib_copy_file_range() local 4358 err = get_path_nullok(f, nodeid_out, &path_out); in fuse_lib_copy_file_range() 4366 res = fuse_fs_copy_file_range(f->fs, path_in, fi_in, off_in, path_out, in fuse_lib_copy_file_range() 4376 free_path(f, nodeid_out, path_out); in fuse_lib_copy_file_range()
|