Home
last modified time | relevance | path

Searched refs:dstPath (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dnnrt_utils.h90 void CopyFile(const std::string &srcPath, const std::string &dstPath);
Dnnrt_utils.cpp361 void CopyFile(const std::string &srcPath, const std::string &dstPath) in CopyFile() argument
364 std::ofstream dst(dstPath, std::ios::binary); in CopyFile()
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dnnrt_utils.h90 void CopyFile(const std::string &srcPath, const std::string &dstPath);
Dnnrt_utils.cpp361 void CopyFile(const std::string &srcPath, const std::string &dstPath) in CopyFile() argument
364 std::ofstream dst(dstPath, std::ios::binary); in CopyFile()
/test/xts/acts/ai/nncore/common/
Dnncore_utils.h165 void CopyFile(const std::string &srcPath, const std::string &dstPath);
Dnncore_utils.cpp397 void CopyFile(const std::string &srcPath, const std::string &dstPath) in CopyFile() argument
400 std::ofstream dst(dstPath, std::ios::binary); in CopyFile()