Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DKeyStorage.cpp65 static const char* kSecdiscardPath = "/system/bin/secdiscard"; variable
660 if (ForkExecvp(std::vector<std::string>{kSecdiscardPath, "--", file}) != 0) { in runSecdiscardSingle()
681 kSecdiscardPath, in destroyKey()