Home
last modified time | relevance | path

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

/system/nfc/src/adaptation/
Dlibmain.cc29 extern std::string nfc_storage_path;
35 return StringPrintf("%s/%s%u", nfc_storage_path.c_str(), bin.c_str(), block); in getFilenameForBlock()
DNfcAdaptation.cc72 std::string nfc_storage_path; variable
295 nfc_storage_path = NfcConfig::getString(NAME_NFA_STORAGE, "/data/nfc"); in Initialize()