Home
last modified time | relevance | path

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

/test/vts/testcases/template/gtest_binary_test/
Dgtest_test_case.py99 if len(output_base_name) > utils.MAX_FILENAME_LEN:
102 output_file_path, utils.MAX_FILENAME_LEN))
/test/vts/runners/host/
Dutils.py40 MAX_FILENAME_LEN = 140 variable
Dbase_test.py1132 if len(test_name) > utils.MAX_FILENAME_LEN:
1133 test_name = test_name[:utils.MAX_FILENAME_LEN]
/test/vts/utils/python/controllers/
Dandroid_device.py842 test_name_len = utils.MAX_FILENAME_LEN - len(base_name)