Home
last modified time | relevance | path

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

/foundation/appexecfwk/standard/services/test/moduletest/utils/src/
Dcommon_tool.cpp78 FILE *dstFile = fopen(dstPath.c_str(), "w"); in CopyTmpFileToSystemPath() local
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/common/src/
Ddb_common.cpp205 int DBCommon::CopyFile(const std::string &srcFile, const std::string &dstFile) in CopyFile()