Searched refs:handle2_aux (Results 1 – 1 of 1) sorted by relevance
/system/core/trusty/storage/tests/ |
D | main.cpp | 2138 file_handle_t handle2_aux; in TEST_P() local 2180 rc = storage_open_file(aux_session_, &handle2_aux, fname2, 0, 0); in TEST_P() 2198 rc = storage_open_file(aux_session_, &handle2_aux, fname2, 0, 0); in TEST_P() 2206 storage_close_file(handle2_aux); in TEST_P() 2216 file_handle_t handle2_aux; in TEST_P() local 2244 rc = storage_open_file(aux_session_, &handle2_aux, fname2, 0, 0); in TEST_P() 2270 rc = storage_get_file_size(handle2_aux, &fsize); in TEST_P() 2301 rc = storage_get_file_size(handle2_aux, &fsize); in TEST_P() 2315 ReadPatternEOF(handle2_aux, 0, blk, exp_len2); in TEST_P() 2323 storage_close_file(handle2_aux); in TEST_P()
|