Searched refs:dstPath (Results 1 - 7 of 7) sorted by relevance
/test/xts/acts/graphic/acts_drawing_native/ |
H A D | DrawingNativePenTest.cpp | 1236 OH_Drawing_Path *dstPath = OH_Drawing_PathCreate(); in HWTEST_F() local 1242 OH_Drawing_PenGetFillPath(pen, srcPath, dstPath, rect, matrix); in HWTEST_F() 1245 OH_Drawing_PathDestroy(dstPath); in HWTEST_F() 1265 OH_Drawing_Path *dstPath = OH_Drawing_PathCreate(); in HWTEST_F() local 1271 OH_Drawing_PenGetFillPath(nullptr, srcPath, dstPath, rect, matrix); in HWTEST_F() 1273 OH_Drawing_PenGetFillPath(pen, nullptr, dstPath, rect, matrix); in HWTEST_F() 1277 OH_Drawing_PenGetFillPath(pen, srcPath, dstPath, nullptr, matrix); in HWTEST_F() 1279 OH_Drawing_PenGetFillPath(pen, srcPath, dstPath, rect, nullptr); in HWTEST_F() 1282 OH_Drawing_PathDestroy(dstPath); in HWTEST_F()
|
/test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
H A D | nnrt_utils.h | 90 void CopyFile(const std::string &srcPath, const std::string &dstPath);
|
H A D | nnrt_utils.cpp | 361 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/ |
H A D | nnrt_utils.h | 90 void CopyFile(const std::string &srcPath, const std::string &dstPath);
|
H A D | nnrt_utils.cpp | 361 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/ |
H A D | nncore_utils.h | 165 void CopyFile(const std::string &srcPath, const std::string &dstPath);
|
H A D | nncore_utils.cpp | 400 void CopyFile(const std::string &srcPath, const std::string &dstPath) in CopyFile() argument 403 std::ofstream dst(dstPath, std::ios::binary); in CopyFile()
|
Completed in 9 milliseconds