Searched refs:find_file (Results 1 – 8 of 8) 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/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/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/openssl/crypto/ |
D | LPdir_vms.c | 150 status = lib$find_file(&(*ctx)->filespec_dsc, &(*ctx)->result_dsc, in LP_find_file()
|
/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/elfutils/libdwfl/ |
D | ChangeLog | 2517 * dwfl_module_getdwarf.c (find_file): Renamed to ... 2782 * dwfl_module_getdwarf.c (find_file): Always free build_id_bits.
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 11349 if find_file('readline/rlconf.h', self.inc_dirs, []) is None:
|