Home
last modified time | relevance | path

Searched refs:find_file (Results 1 – 11 of 11) sorted by relevance

/third_party/libwebsockets/cmake/
DFindOpenSSLbins.cmake56 unset(LIBCRYPTO_BIN CACHE) # clear as well, because otherwise find_file might use it
57 find_file(LIBCRYPTO_BIN
65 unset(LIBSSL_BIN CACHE) # clear as well, because otherwise find_file might use it
66 find_file(LIBSSL_BIN
77 find_file(LIBCRYPTO_BIN
85 find_file(LIBSSL_BIN
/third_party/jerryscript/targets/mbedos5/tools/
Dgenerate_pins.py57 def find_file(root_dir, directories, name): function
206 pins_file = find_file(targets_dir, directory_labels, 'PinNames.h')
/third_party/curl/tests/
Dsshhelp.pm307 sub find_file { subroutine
346 return find_file($filename, @spath);
/third_party/python/
Dsetup.py252 def find_file(filename, std_dirs, paths): function
361 dirs = find_file(module, [], dirlist)
1129 if find_file('readline/rlconf.h', self.inc_dirs, []) is None:
1469 if find_file("ndbm.h", self.inc_dirs, []) is not None:
1494 if find_file("gdbm/ndbm.h", self.inc_dirs, []) is not None:
1503 if find_file("gdbm-ndbm.h", self.inc_dirs, []) is not None:
1687 zlib_inc = find_file('zlib.h', [], self.inc_dirs)
2142 tcl_includes = find_file('tcl.h', self.inc_dirs, tcl_include_sub)
2143 tk_includes = find_file('tk.h', self.inc_dirs, tk_include_sub)
2178 x11_inc = find_file('X11/Xlib.h', [], include_dirs)
[all …]
/third_party/openssl/crypto/
DLPdir_vms.c150 status = lib$find_file(&(*ctx)->filespec_dsc, &(*ctx)->result_dsc, in LP_find_file()
/third_party/mindspore/cmake/
Dcheck_requirements.cmake64 find_file(gmp_HEADER gmp.h)
/third_party/curl/CMake/
DFindGSS.cmake62 find_file(_GSS_CONFIGURE_SCRIPT
74 find_file(_GSS_CONFIGURE_SCRIPT
/third_party/glib/gio/
Dglib-compile-resources.c177 find_file (const gchar *filename) in find_file() function
241 real_file = find_file (file); in end_element()
/third_party/mesa3d/src/freedreno/rnn/
Drnn.c850 static char * find_file(const char *file_orig) in find_file() function
896 schema_path = find_file(schema_name); in validate_doc()
920 fname = find_file(file_orig); in rnn_parsefile()
/third_party/node/deps/cares/
DCMakeLists.txt400 find_file(CARES_RANDOM_FILE urandom /dev)
/third_party/curl/
DCMakeLists.txt984 find_file(RANDOM_FILE urandom /dev)