Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_rekey_test.cpp176 auto newKeyPath = RDB_TEST_PATH + "key/" + name + ".pub_key.new"; in SaveNewKey() local
185 OHOS::SaveBufferToFile(newKeyPath, content); in SaveNewKey()
255 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
275 isFileExists = OHOS::FileExists(newKeyPath);
317 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
325 isFileExists = OHOS::FileExists(newKeyPath);
348 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
369 isFileExists = OHOS::FileExists(newKeyPath);
386 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
422 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
[all …]
H A Drdb_encrypt_decrypt_test.cpp238 std::string newKeyPath = RDB_TEST_PATH + "key/" + +"encrypted.pub_key.new"; variable
241 isFileExists = OHOS::FileExists(newKeyPath);