Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dtest_utils.py246 base_path = os.path.dirname(os.path.realpath(__file__)) variable
247 for dirpath, _, files in os.walk(base_path):
249 if dirpath == base_path and re.match('test_.*\\.py$', fn):