Home
last modified time | relevance | path

Searched defs:lockFile (Results 1 – 3 of 3) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
Ddistributeddb_common_test.cpp311 std::string lockFile = g_testDir + "/" + hexDir + DBConstant::DB_LOCK_POSTFIX; variable
356 std::string lockFile = g_testDir + "/" + hexDir + DBConstant::DB_LOCK_POSTFIX; variable
404 std::string lockFile = g_testDir + "/" + hexDir + DBConstant::DB_LOCK_POSTFIX; variable
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dsqlite_utils.cpp268 std::string lockFile = isSlaveFailure ? dbPath + "-slaveFailure" : dbPath + "-syncInterrupt"; in TryAccessSlaveLock() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
Dkvdb_manager.cpp643 std::string lockFile = properties.GetStringProp(KvDBProperties::DATA_DIR, "") + "/" + in RemoveDatabase() local