Searched refs:lockDir (Results 1 – 1 of 1) sorted by relevance
647 const std::string lockDir = StringUtils::ExtractFilePath(dbPath) + "lock/"; in KeyFiles() local648 if (!InitPath(lockDir)) { in KeyFiles()649 …ockDir failed, errno:%{public}d, dir:%{public}s.", errno, SqliteUtils::Anonymous(lockDir).c_str()); in KeyFiles()652 lock_ = lockDir + dbName + SUFFIX_KEY_LOCK; in KeyFiles()