Searched refs:fname1 (Results 1 – 1 of 1) sorted by relevance
/system/core/trusty/storage/tests/ |
D | main.cpp | 1082 const char *fname1 = ""; in TEST_P() local 1087 rc = storage_open_file(session_, &handle, fname1, in TEST_P() 1165 const char *fname1 = "test_invalid_file_handle1"; in TEST_P() local 1168 rc = storage_open_file(session_, &handle1, fname1, in TEST_P() 1204 storage_delete_file(session_, fname1, STORAGE_OP_COMPLETE); in TEST_P() 1382 const char *fname1 = "test_transact_discard_write_file1"; in TEST_P() local 1386 rc = storage_open_file(session_, &handle1, fname1, in TEST_P() 1438 storage_delete_file(session_, fname1, STORAGE_OP_COMPLETE); in TEST_P() 2140 const char *fname1 = "test_transact_commit_create1"; in TEST_P() local 2148 storage_delete_file(session_, fname1, STORAGE_OP_COMPLETE); in TEST_P() [all …]
|