Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/hosts/
Dbase_classes.py459 def list_files_glob(self, glob): member in Host
515 all_vmlinuz = self.list_files_glob(vmlinuz_prefix + '*')
522 all_vmlinux = self.list_files_glob(vmlinux_prefix + '*')
529 all_system_map = self.list_files_glob(systemmap_prefix + '*')
536 all_moddirs = [dir for dir in self.list_files_glob(modules_prefix + '*')
/external/autotest/client/bin/
Dlocal_host.py60 def list_files_glob(self, path_glob): member in LocalHost
Dlocal_host_unittest.py102 host.list_files_glob(os.path.join(self.tmpdir.name, '*')))
/external/autotest/server/
Dsite_crashcollect.py135 for file in host.list_files_glob(os.path.join(constants.CRASH_DIR, '*')):
/external/autotest/server/site_tests/platform_KernelErrorPaths/
Dplatform_KernelErrorPaths.py122 if not self.client.list_files_glob(kcrash_file_path):
/external/autotest/server/hosts/
Dadb_host.py1255 def list_files_glob(self, path_glob): member in ADBHost