Home
last modified time | relevance | path

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

/system/security/identity/
DCredentialData.cpp265 const cppbor::Tstr* tstr = keyItem->asTstr(); in loadFromDisk() local
266 if (tstr == nullptr) { in loadFromDisk()
270 const string& key = tstr->value(); in loadFromDisk()