Searched refs:scan_dir (Results 1 – 2 of 2) sorted by relevance
96 sub scan_dir { subroutine107 scan_dir("$root/src");108 scan_dir("$root/lib");109 scan_dir("$root/lib/vtls");110 scan_dir("$root/lib/vauth");
165 scan_dir = os.path.abspath(scan_dirs.pop())166 self.scan_tree(scan_dir)168 with os.scandir(scan_dir) as dir_it:175 def scan_tree(self, scan_dir): argument176 if not is_project_root(scan_dir):181 if scan_dir.endswith('/_deps/json-src'):184 tree = WorkTree(self.root_dir, scan_dir)