Home
last modified time | relevance | path

Searched refs:check_path (Results 1 – 10 of 10) sorted by relevance

/third_party/cups-filters/
Dln-srf15 check_path() { function
24 check_path "source" "$src"
25 check_path "destination" "$dst"
/third_party/python/Lib/distutils/tests/
Dtest_install.py63 def check_path(got, expected): function
69 check_path(cmd.install_lib, libdir)
71 check_path(cmd.install_platlib, platlibdir)
72 check_path(cmd.install_purelib, libdir)
73 check_path(cmd.install_headers,
75 check_path(cmd.install_scripts, os.path.join(destination, "bin"))
76 check_path(cmd.install_data, destination)
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise06.c66 static void check_path(const char *path) in check_path() function
121 check_path("/proc/self/oom_score_adj"); in setup()
134 check_path("/proc/sys/vm/swappiness"); in setup()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_http.c108 static int check_path(nghttp2_stream *stream) { in check_path() function
415 if (!check_path(stream)) { in nghttp2_http_on_request_headers()
/third_party/nghttp2/examples/
Dlibevent-server.c529 static int check_path(const char *path) { in check_path() function
551 if (!check_path(stream_data->request_path)) { in on_request_recv()
/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata.c122 int check_path(char *path, size_t size);
270 if (!check_path(path, sizeof(path))) { in main()
381 int check_path(char *path, size_t size) in check_path() function
/third_party/nghttp2/lib/
Dnghttp2_http.c96 static int check_path(nghttp2_stream *stream) { in check_path() function
465 if (!check_path(stream)) { in nghttp2_http_on_request_headers()
/third_party/nghttp2/src/
Dutil.h582 bool check_path(const std::string &path);
Dutil.cc811 bool check_path(const std::string &path) { in check_path() function
/third_party/libbpf/src/
Dlibbpf.c8162 static int check_path(const char *path) function
8206 err = check_path(path);
8230 err = check_path(path);
8283 err = check_path(map->pin_path);
8325 err = check_path(path);
10031 err = check_path(path);