Home
last modified time | relevance | path

Searched refs:_FindPythonInDirectory (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/build/
H A Dprint_python_deps.py74 def _FindPythonInDirectory(directory, allow_test): function
135 modules = list(_FindPythonInDirectory(options.module, allow_test=True))
170 for p in _FindPythonInDirectory(path, allow_test=False))
/aosp_15_r20/external/angle/build/
H A Dprint_python_deps.py76 def _FindPythonInDirectory(directory, allow_test): function
137 modules = list(_FindPythonInDirectory(options.module, allow_test=True))
172 for p in _FindPythonInDirectory(path, allow_test=False))
/aosp_15_r20/external/libchrome/build/
H A Dprint_python_deps.py63 def _FindPythonInDirectory(directory): function
97 paths_set.update(os.path.abspath(p) for p in _FindPythonInDirectory(path))