Searched refs:check_path (Results 1 – 10 of 10) sorted by relevance
/third_party/cups-filters/ |
D | ln-srf | 15 check_path() { function 24 check_path "source" "$src" 25 check_path "destination" "$dst"
|
/third_party/python/Lib/distutils/tests/ |
D | test_install.py | 63 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/ |
D | madvise06.c | 66 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/ |
D | nghttp2_http.c | 108 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/ |
D | libevent-server.c | 529 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/ |
D | makefsdata.c | 122 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/ |
D | nghttp2_http.c | 96 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/ |
D | util.h | 582 bool check_path(const std::string &path);
|
D | util.cc | 811 bool check_path(const std::string &path) { in check_path() function
|
/third_party/libbpf/src/ |
D | libbpf.c | 8162 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);
|