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.py85 if len(output_base_name) > utils.MAX_FILENAME_LEN:
87 format(output_file_path, utils.MAX_FILENAME_LEN))
/test/vts/runners/host/
Dutils.py34 MAX_FILENAME_LEN = 255 variable
Dbase_test.py740 if len(test_name) > utils.MAX_FILENAME_LEN:
741 test_name = test_name[:utils.MAX_FILENAME_LEN]
/test/vts/utils/python/controllers/
Dandroid_device.py548 test_name_len = utils.MAX_FILENAME_LEN - len(base_name)