Searched refs:handle_aux (Results 1 – 1 of 1) sorted by relevance
/system/core/trusty/storage/tests/ |
D | main.cpp | 1667 file_handle_t handle_aux; in TEST_P() local 1684 rc = storage_open_file(aux_session_, &handle_aux, fname, 0, 0); in TEST_P() 1688 rc = storage_get_file_size(handle_aux, &fsize); in TEST_P() 1701 rc = storage_get_file_size(handle_aux, &fsize); in TEST_P() 1710 rc = storage_get_file_size(handle_aux, &fsize); in TEST_P() 1718 rc = storage_get_file_size(handle_aux, &fsize); in TEST_P() 1732 ReadPatternEOF(handle_aux, 0, blk, exp_len); in TEST_P() 1737 storage_close_file(handle_aux); in TEST_P() 1746 file_handle_t handle_aux; in TEST_P() local 1762 rc = storage_open_file(aux_session_, &handle_aux, fname, 0, 0); in TEST_P() [all …]
|