Home
last modified time | relevance | path

Searched defs:path_name (Results 1 – 16 of 16) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/nftw/
Dtest_func64.c41 test_func1(const char *path_name, const struct stat64 *stat_pointer, in test_func1()
75 test_func3(const char *path_name, const struct stat64 *stat_pointer, in test_func3()
100 test_func4(const char *path_name, const struct stat64 *stat_pointer, in test_func4()
113 test_func5(const char *path_name, const struct stat64 *stat_pointer, in test_func5()
137 test_func7(const char *path_name, const struct stat64 *stat_pointer, in test_func7()
168 test_func8(const char *path_name, const struct stat64 *stat_pointer, in test_func8()
250 test_func9(const char *path_name, const struct stat64 *stat_pointer, in test_func9()
286 test_func10(const char *path_name, const struct stat64 *stat_pointer, in test_func10()
321 test_func11(const char *path_name, const struct stat64 *stat_pointer, in test_func11()
356 test_func12(const char *path_name, const struct stat64 *stat_pointer, in test_func12()
[all …]
Dtest_func.c41 test_func1(const char *path_name, const struct stat *stat_pointer, in test_func1()
76 test_func3(const char *path_name, const struct stat *stat_pointer, in test_func3()
101 test_func4(const char *path_name, const struct stat *stat_pointer, in test_func4()
114 test_func5(const char *path_name, const struct stat *stat_pointer, in test_func5()
137 test_func7(const char *path_name, const struct stat *stat_pointer, in test_func7()
167 test_func8(const char *path_name, const struct stat *stat_pointer, in test_func8()
248 test_func9(const char *path_name, const struct stat *stat_pointer, in test_func9()
283 test_func10(const char *path_name, const struct stat *stat_pointer, in test_func10()
317 test_func11(const char *path_name, const struct stat *stat_pointer, in test_func11()
351 test_func12(const char *path_name, const struct stat *stat_pointer, in test_func12()
[all …]
Dtools64.c250 void do_info(const char *path_name) in do_info()
Dtools.c250 void do_info(const char *path_name) in do_info()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dsymlinkat.c31 char *path_name = "/data"; in symlinkat_0100() local
83 char *path_name = "/data"; in symlinkat_0200() local
/third_party/boost/boost/asio/local/
Dbasic_endpoint.hpp69 basic_endpoint(const char* path_name) in basic_endpoint()
75 basic_endpoint(const std::string& path_name) in basic_endpoint()
82 basic_endpoint(string_view path_name) in basic_endpoint()
/third_party/boost/libs/asio/include/boost/asio/local/
Dbasic_endpoint.hpp69 basic_endpoint(const char* path_name) in basic_endpoint()
75 basic_endpoint(const std::string& path_name) in basic_endpoint()
82 basic_endpoint(string_view path_name) in basic_endpoint()
/third_party/ltp/testcases/kernel/syscalls/mount/
Dmount06.c55 static char path_name[PATH_MAX]; variable
Dmount03.c70 static char path_name[PATH_MAX]; variable
/third_party/glib/gio/
Dgregistrysettingsbackend.c241 gchar *path_name, *c; in parse_key() local
310 const gchar *path_name, in handle_read_error()
777 const gchar *path_name, in registry_read()
938 gchar *path_name; in g_registry_backend_write_one() local
1149 gchar *path_name; in g_registry_backend_reset() local
1201 gchar *path_name; in g_registry_backend_get_writable() local
2029 gchar *path_name; in g_registry_backend_subscribe() local
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_print.c164 char *path_name = NULL; in tr_xmlprint() local
/third_party/python/Lib/
Drunpy.py245 def run_path(path_name, init_globals=None, run_name=None): argument
/third_party/grpc/test/core/iomgr/
Dresolve_address_posix_test.cc160 char* path_name = in test_unix_socket_path_name_too_long() local
/third_party/gstreamer/gstplugins_bad/gst/switchbin/
Dgstswitchbin.c562 gchar *path_name; in gst_switch_bin_set_num_paths() local
584 gchar *path_name; in gst_switch_bin_set_num_paths() local
/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py521 def _SnakeCaseToCamelCase(path_name): argument
550 def _CamelCaseToSnakeCase(path_name): argument
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.c3356 static pa_alsa_path *profile_set_get_path(pa_alsa_profile_set *ps, const char *path_name) { in profile_set_get_path()