Searched refs:handle1_aux (Results 1 – 1 of 1) sorted by relevance
/system/core/trusty/storage/tests/ |
D | main.cpp | 2138 file_handle_t handle1_aux; in TEST_P() local 2178 rc = storage_open_file(aux_session_, &handle1_aux, fname1, 0, 0); in TEST_P() 2196 rc = storage_open_file(aux_session_, &handle1_aux, fname1, 0, 0); in TEST_P() 2204 storage_close_file(handle1_aux); in TEST_P() 2216 file_handle_t handle1_aux; in TEST_P() local 2242 rc = storage_open_file(aux_session_, &handle1_aux, fname1, 0, 0); in TEST_P() 2267 rc = storage_get_file_size(handle1_aux, &fsize); in TEST_P() 2290 rc = storage_get_file_size(handle1_aux, &fsize); in TEST_P() 2298 rc = storage_get_file_size(handle1_aux, &fsize); in TEST_P() 2313 ReadPatternEOF(handle1_aux, 0, blk, exp_len1); in TEST_P() [all …]
|