Home
last modified time | relevance | path

Searched refs:storage_close_file (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/trusty/storage/tests/
H A Dmain.cpp276 storage_close_file(handle); in TEST_P()
323 storage_close_file(handle); in TEST_P()
350 storage_close_file(handle); in TEST_P()
357 storage_close_file(handle); in TEST_P()
379 storage_close_file(handle); in TEST_P()
385 storage_close_file(handle); in TEST_P()
402 storage_close_file(handle); in TEST_P()
407 storage_close_file(handle); in TEST_P()
444 storage_close_file(handle); in TEST_P()
455 storage_close_file(handle); in TEST_P()
[all …]
/aosp12/system/core/trusty/storage/lib/include/trusty/lib/
H A Dstorage.h83 void storage_close_file(file_handle_t handle);
/aosp12/system/core/trusty/storage/lib/
H A Dstorage.c166 void storage_close_file(file_handle_t fh) in storage_close_file() function