/third_party/curl/tests/ |
D | pathhelp.pm | 716 my $check_path = $path; 719 if(-d $check_path) { 721 `(cd "$check_path" && cmd /c "echo %__CD__%") 2>/dev/null`; 733 $res =~ s{/$}{} unless $check_path =~ m{/$}; 738 if($check_path =~ m{(^.*/)([^/]+/*)}) { 739 $check_path = $1;
|
/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/nghttp2/src/ |
D | asio_common.cc | 135 bool check_path(const std::string &path) { return util::check_path(path); } in check_path() function
|
D | util.h | 527 bool check_path(const std::string &path);
|
D | util.cc | 784 bool check_path(const std::string &path) { in check_path() function
|
/third_party/boost/tools/quickbook/src/ |
D | include_paths.hpp | 45 path_parameter check_path(value const& path, quickbook::state& state);
|
D | include_paths.cpp | 30 path_parameter check_path(value const& path, quickbook::state& state) in check_path() function 103 path_parameter parameter = check_path(p, state); in check_xinclude_path()
|
D | actions.cpp | 1893 path_parameter parameter = check_path(values.consume(), state); in include_action()
|
/third_party/nghttp2/src/includes/nghttp2/ |
D | asio_http2.h | 109 bool check_path(const std::string &path);
|
/third_party/nghttp2/examples/ |
D | asio-sv2.cc | 74 if (!check_path(path)) { in main()
|
D | libevent-server.c | 521 static int check_path(const char *path) { in check_path() function 543 if (!check_path(stream_data->request_path)) { in on_request_recv()
|
/third_party/glib/gio/ |
D | gsettings-tool.c | 86 check_path (const gchar *path) in check_path() function 876 if (!check_relocatable_schema (global_schema, parts[0]) || !check_path (parts[1])) in main() 899 if (!check_relocatable_schema (global_schema, parts[0]) || !check_path (parts[1])) in main()
|
/third_party/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/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/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/boost/libs/filesystem/test/ |
D | path_unit_test.cpp | 58 #define PATH_IS(a, b) check_path(a, b, __FILE__, __LINE__) 76 void check_path(const path& source, in check_path() function
|