Searched refs:handle1_aux (Results 1 – 1 of 1) sorted by relevance
/system/core/trusty/storage/tests/ |
D | main.cpp | 2137 file_handle_t handle1_aux; in TEST_P() local 2177 rc = storage_open_file(aux_session_, &handle1_aux, fname1, 0, 0); in TEST_P() 2195 rc = storage_open_file(aux_session_, &handle1_aux, fname1, 0, 0); in TEST_P() 2203 storage_close_file(handle1_aux); in TEST_P() 2215 file_handle_t handle1_aux; in TEST_P() local 2241 rc = storage_open_file(aux_session_, &handle1_aux, fname1, 0, 0); in TEST_P() 2266 rc = storage_get_file_size(handle1_aux, &fsize); in TEST_P() 2289 rc = storage_get_file_size(handle1_aux, &fsize); in TEST_P() 2297 rc = storage_get_file_size(handle1_aux, &fsize); in TEST_P() 2312 ReadPatternEOF(handle1_aux, 0, blk, exp_len1); in TEST_P() [all …]
|