Home
last modified time | relevance | path

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

/system/nfc/src/adaptation/
Dlibmain.cc33 std::string getFilenameForBlock(const unsigned block) { in getFilenameForBlock() function
85 std::string filename = getFilenameForBlock(block); in nfa_nv_co_read()
131 std::string filename = getFilenameForBlock(block); in nfa_nv_co_write()
177 remove(getFilenameForBlock(DH_NV_BLOCK).c_str()); in delete_stack_non_volatile_store()
178 remove(getFilenameForBlock(HC_F2_NV_BLOCK).c_str()); in delete_stack_non_volatile_store()
179 remove(getFilenameForBlock(HC_F3_NV_BLOCK).c_str()); in delete_stack_non_volatile_store()
180 remove(getFilenameForBlock(HC_F4_NV_BLOCK).c_str()); in delete_stack_non_volatile_store()
181 remove(getFilenameForBlock(HC_F5_NV_BLOCK).c_str()); in delete_stack_non_volatile_store()
204 if (!crcChecksumVerifyIntegrity(getFilenameForBlock(block).c_str())) break; in verify_stack_non_volatile_store()