Home
last modified time | relevance | path

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

/system/security/keystore/
Dkey_store_service.cpp71 const char* kTimestampFilePath = "timestamp"; variable
89 if (stat(kTimestampFilePath, &sbuf) == 0) { in hadFactoryResetSinceIdRotation()
99 int fd = creat(kTimestampFilePath, 0600); in hadFactoryResetSinceIdRotation()