Searched refs:check_path (Results 1 - 12 of 12) sorted by relevance
/third_party/cups-filters/ |
H A D | ln-srf | 15 check_path() { function 24 check_path "source" "$src" 25 check_path "destination" "$dst"
|
/third_party/python/Lib/distutils/tests/ |
H A 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/curl/tests/ |
H A D | pathhelp.pm | 710 my $check_path = $path; 713 if(-d $check_path) { 715 `(cd "$check_path" && cmd /c "echo %__CD__%") 2>/dev/null`; 727 $res =~ s{/$}{} if $check_path !~ m{/$}; 732 if($check_path =~ m{(^.*/)([^/]+/*)}) { 733 $check_path = $1;
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise06.c | 63 static void check_path(const char *path) in check_path() function 118 check_path("/proc/self/oom_score_adj"); in setup() 128 check_path("/proc/sys/vm/swappiness"); in setup()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_http.c | 97 static int check_path(nghttp2_stream *stream) { in check_path() function 466 if (!check_path(stream)) { in nghttp2_http_on_request_headers()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_http.c | 97 static int check_path(nghttp2_stream *stream) { in check_path() function 466 if (!check_path(stream)) { in nghttp2_http_on_request_headers()
|
/third_party/nghttp2/examples/ |
H A 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/ |
H A 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/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_http.c | 1289 static int check_path(const uint8_t *value, size_t len) { in check_path() function 1343 rv = check_path(nv->value->base, nv->value->len); in nghttp3_http_on_header()
|
/third_party/nghttp2/src/ |
H A D | util.h | 586 bool check_path(const std::string &path);
|
H A D | util.cc | 853 bool check_path(const std::string &path) { in check_path() function
|
/third_party/libbpf/src/ |
H A D | libbpf.c | 8460 static int check_path(const char *path) function 8504 err = check_path(path); 8528 err = check_path(path); 8581 err = check_path(map->pin_path); 8623 err = check_path(path); 10484 err = check_path(path);
|
Completed in 29 milliseconds