Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dmodule_info_util.py132 files_exist = all([os.path.isfile(fpath) for fpath in file_paths])
/tools/test/connectivity/acts/framework/acts/
Dconfig_parser.py262 def parse_test_file(fpath): argument
271 with open(fpath, 'r') as f:
/tools/asuite/atest-py2/test_finders/
Dtest_finder_utils.py280 fpath = match_obj.group('file_path')
282 verified_tests.add(fpath)
/tools/asuite/atest/test_finders/
Dtest_finder_utils.py403 fpath = match_obj.group('file_path')
405 verified_tests.add(fpath)