Searched refs:handle_aux (Results 1 – 1 of 1) sorted by relevance
/system/core/trusty/storage/tests/ |
D | main.cpp | 1668 file_handle_t handle_aux; in TEST_P() local 1685 rc = storage_open_file(aux_session_, &handle_aux, fname, 0, 0); in TEST_P() 1689 rc = storage_get_file_size(handle_aux, &fsize); in TEST_P() 1702 rc = storage_get_file_size(handle_aux, &fsize); in TEST_P() 1711 rc = storage_get_file_size(handle_aux, &fsize); in TEST_P() 1719 rc = storage_get_file_size(handle_aux, &fsize); in TEST_P() 1733 ReadPatternEOF(handle_aux, 0, blk, exp_len); in TEST_P() 1738 storage_close_file(handle_aux); in TEST_P() 1747 file_handle_t handle_aux; in TEST_P() local 1763 rc = storage_open_file(aux_session_, &handle_aux, fname, 0, 0); in TEST_P() [all …]
|