Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_import_and_export_rd_test.cpp776 std::string newSingleExportFileName = g_exportFileDir + "/newExceptionFileImport001.$$"; variable
777 EXPECT_EQ(rename(singleExportFileName.c_str(), newSingleExportFileName.c_str()), 0);
789 EXPECT_EQ(g_kvNbDelegatePtr->Import(newSingleExportFileName, passwd), OK);
793 g_junkFilesList.push_back(newSingleExportFileName);
H A Ddistributeddb_interfaces_import_and_export_test.cpp634 std::string newSingleExportFileName = g_exportFileDir + "/newExceptionFileImport001.$$"; variable
635 EXPECT_EQ(rename(singleExportFileName.c_str(), newSingleExportFileName.c_str()), 0);
647 EXPECT_EQ(g_kvNbDelegatePtr->Import(newSingleExportFileName, passwd), OK);
651 g_junkFilesList.push_back(newSingleExportFileName);