Home
last modified time | relevance | path

Searched defs:dstFile (Results 1 – 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/test/moduletest/utils/src/
Dcommon_tool.cpp80 FILE *dstFile = fopen(dstPath.c_str(), "w"); in CopyTmpFileToSystemPath() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Ddb_common.cpp206 int DBCommon::CopyFile(const std::string &srcFile, const std::string &dstFile) in CopyFile()