Home
last modified time | relevance | path

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

/test/testfwk/developer_test/src/core/
Dutils.py39 def get_file_list(find_path, postfix=""): argument
44 if postfix != "":
45 if file_name.find(postfix) != -1 \
46 and file_name[-len(postfix):] == postfix:
54 def get_file_list_by_postfix(path, postfix=""): argument
57 files = get_file_list(find_path=dirs[0], postfix=postfix)
/test/testfwk/developer_test/libs/benchmark/report/
Dgenerate_report.py43 def get_file_list(find_path, postfix): argument
48 if name.find(postfix) != -1 and name[-len(postfix):] == postfix:
53 def get_file_list_by_postfix(path, postfix, filter_jar=""): argument
56 files = get_file_list(find_path=dirs[0], postfix=postfix)
/test/xts/acts/arkui/libuv/
Dgenlocal.py96 postfix = '%04d' % subgncnt
97 dirpath = suitename + postfix