Home
last modified time | relevance | path

Searched refs:scan_dir (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/tests/
Dtest1165.pl96 sub scan_dir { subroutine
107 scan_dir("$root/src");
108 scan_dir("$root/lib");
109 scan_dir("$root/lib/vtls");
110 scan_dir("$root/lib/vauth");
/third_party/json/tools/serve_header/
Dserve_header.py165 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): argument
176 if not is_project_root(scan_dir):
181 if scan_dir.endswith('/_deps/json-src'):
184 tree = WorkTree(self.root_dir, scan_dir)