Home
last modified time | relevance | path

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

/system/security/ondevice-signing/
Dodsign_main.cpp69 const std::string kCompOsInfoSignature = kCompOsInfo + ".signature"; variable
357 if (unlink(kCompOsInfo.c_str()) != 0 || unlink(kCompOsInfoSignature.c_str()) != 0) { in getComposInfo()