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

  /external/autotest/client/bin/
local_host.py 70 def list_files_glob(self, path_glob):
74 return glob.glob(path_glob)
  /art/build/apex/
art_apex_test.py 251 def ignore_path(self, path_glob):
252 self._expected_file_globs.add(path_glob)
261 for path_glob in self._expected_file_globs:
262 expected_paths |= set(fnmatch.filter(paths, path_glob))
265 if path_glob.startswith(dir_prefix):
266 subpath = path_glob[len(dir_prefix):]
  /external/autotest/server/hosts/
adb_host.py     [all...]

Completed in 374 milliseconds