Home
last modified time | relevance | path

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

/system/core/trusty/storage/tests/
Dmain.cpp1085 char max_name[STORAGE_MAX_NAME_LENGTH_BYTES+1]; in TEST_P() local
1103 memset(max_name, 'a', sizeof(max_name)); in TEST_P()
1104 max_name[sizeof(max_name)-1] = 0; in TEST_P()
1106 rc = storage_open_file(session_, &handle, max_name, in TEST_P()
1111 max_name[sizeof(max_name)-2] = 0; in TEST_P()
1112 rc = storage_open_file(session_, &handle, max_name, in TEST_P()
1118 storage_delete_file(session_, max_name, STORAGE_OP_COMPLETE); in TEST_P()