Home
last modified time | relevance | path

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

/system/core/trusty/storage/tests/
Dmain.cpp2139 file_handle_t handle2_aux; in TEST_P() local
2181 rc = storage_open_file(aux_session_, &handle2_aux, fname2, 0, 0); in TEST_P()
2199 rc = storage_open_file(aux_session_, &handle2_aux, fname2, 0, 0); in TEST_P()
2207 storage_close_file(handle2_aux); in TEST_P()
2217 file_handle_t handle2_aux; in TEST_P() local
2245 rc = storage_open_file(aux_session_, &handle2_aux, fname2, 0, 0); in TEST_P()
2271 rc = storage_get_file_size(handle2_aux, &fsize); in TEST_P()
2302 rc = storage_get_file_size(handle2_aux, &fsize); in TEST_P()
2316 ReadPatternEOF(handle2_aux, 0, blk, exp_len2); in TEST_P()
2324 storage_close_file(handle2_aux); in TEST_P()