Home
last modified time | relevance | path

Searched refs:path_out (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dcopy_file_range.c23 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/
Dninja_target_command_util.h39 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/
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
72 fd_test = SAFE_OPEN(path_out, O_RDWR | O_CREAT, 0664); in verify_cross_fs_copy_support()
/third_party/wayland_standard/
Dwayland_scanner_wrapper.py17 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/
Devdev-tablet-pad-leds.c239 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/
Duri.c1744 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()