Home
last modified time | relevance | path

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

/third_party/curl/tests/
Dpathhelp.pm716 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/
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/nghttp2/src/
Dasio_common.cc135 bool check_path(const std::string &path) { return util::check_path(path); } in check_path() function
Dutil.h527 bool check_path(const std::string &path);
Dutil.cc784 bool check_path(const std::string &path) { in check_path() function
/third_party/boost/tools/quickbook/src/
Dinclude_paths.hpp45 path_parameter check_path(value const& path, quickbook::state& state);
Dinclude_paths.cpp30 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()
Dactions.cpp1893 path_parameter parameter = check_path(values.consume(), state); in include_action()
/third_party/nghttp2/src/includes/nghttp2/
Dasio_http2.h109 bool check_path(const std::string &path);
/third_party/nghttp2/examples/
Dasio-sv2.cc74 if (!check_path(path)) { in main()
Dlibevent-server.c521 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/
Dgsettings-tool.c86 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/
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/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/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/boost/libs/filesystem/test/
Dpath_unit_test.cpp58 #define PATH_IS(a, b) check_path(a, b, __FILE__, __LINE__)
76 void check_path(const path& source, in check_path() function