Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_security_manager.h121 static constexpr char const *SUFFIX_KEY_LOCK = ".key_lock"; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_security_manager.cpp652 lock_ = lockDir + dbName + SUFFIX_KEY_LOCK; in KeyFiles()