Searched refs:path_out (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | copy_file_range.c | 23 const char *path_out = "/data/tests/libc-test/src/file_out.txt"; variable 51 fd_out = open(path_out, O_RDWR | O_CREAT); in copy_file_range_0100() 67 fd_out = open(path_out, O_RDONLY); in copy_file_range_0100() 80 remove(path_out); in copy_file_range_0100() 125 fd_out = open(path_out, O_RDONLY | O_CREAT); in copy_file_range_0300() 143 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/wayland_standard/ |
D | wayland_scanner_wrapper.py | 17 def generate_code(wayland_scanner_cmd, code_type, path_in, path_out): argument 30 ret = subprocess.call([wayland_scanner_cmd, code_type, path_in, path_out])
|
/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/glib/glib/tests/ |
D | uri.c | 1744 gchar *auth_params_out = NULL, *host_out = NULL, *path_out = NULL; in test_uri_join_split_round_trip() local 1768 &host_out, &port_out, &path_out, in test_uri_join_split_round_trip() 1780 g_assert_cmpstr (path, ==, path_out); in test_uri_join_split_round_trip() 1790 g_free (path_out); in test_uri_join_split_round_trip()
|