HomeSort by relevance Sort by last modified time
    Searched refs:matching_dirs (Results 1 - 3 of 3) sorted by null

  /external/toolchain-utils/crb/
autotest_run.py 153 matching_dirs = glob.glob(cache_path_glob)
154 if matching_dirs:
155 matching_dir = matching_dirs[0]
  /external/toolchain-utils/crosperf/
results_cache.py 625 matching_dirs = []
627 matching_dirs += glob.glob(glob_path)
629 if matching_dirs:
631 return matching_dirs[0]
  /external/python/setuptools/setuptools/
msvc.py 808 matching_dirs = (
814 return next(matching_dirs, None) or ''
    [all...]

Completed in 3095 milliseconds