Searched refs:find_file (Results 1 – 11 of 11) sorted by relevance
/third_party/libwebsockets/cmake/ |
D | FindOpenSSLbins.cmake | 56 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/ |
D | generate_pins.py | 57 def find_file(root_dir, directories, name): function 206 pins_file = find_file(targets_dir, directory_labels, 'PinNames.h')
|
/third_party/curl/tests/ |
D | sshhelp.pm | 307 sub find_file { subroutine 346 return find_file($filename, @spath);
|
/third_party/python/ |
D | setup.py | 252 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/ |
D | LPdir_vms.c | 150 status = lib$find_file(&(*ctx)->filespec_dsc, &(*ctx)->result_dsc, in LP_find_file()
|
/third_party/mindspore/cmake/ |
D | check_requirements.cmake | 64 find_file(gmp_HEADER gmp.h)
|
/third_party/curl/CMake/ |
D | FindGSS.cmake | 62 find_file(_GSS_CONFIGURE_SCRIPT 74 find_file(_GSS_CONFIGURE_SCRIPT
|
/third_party/glib/gio/ |
D | glib-compile-resources.c | 177 find_file (const gchar *filename) in find_file() function 241 real_file = find_file (file); in end_element()
|
/third_party/mesa3d/src/freedreno/rnn/ |
D | rnn.c | 850 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/ |
D | CMakeLists.txt | 400 find_file(CARES_RANDOM_FILE urandom /dev)
|
/third_party/curl/ |
D | CMakeLists.txt | 984 find_file(RANDOM_FILE urandom /dev)
|