Searched refs:find_file (Results 1 – 6 of 6) sorted by relevance
28 # TS cmake files use find_file() to search through source code and build dirs.29 # Yocto cmake class limits CMAKE_FIND_ROOT_PATH and find_file() fails.
26 find_file(FLUID_PATH
104 find_file(NANOPB_GENERATOR_PATH
1211 def find_file(filename, basedir): function1438 ci_scripts = find_file(["run-ci.sh", "run-ci"], CODE_SCAN_DIR)
427 def find_file(self, name: str) -> Optional[FileInfo]: member in FileList
416 f = self.allfiles.find_file('include/qemu/typedefs.h')