Home
last modified time | relevance | path

Searched refs:copyResult (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/service/
H A Dhiview_service.cpp283 int copyResult = CopyFile(srcFilePath, destFilePath); in Move() local
284 if (copyResult != 0) { in Move()
285 HIVIEW_LOGW("copy file failed, result: %{public}d", copyResult); in Move()
286 return copyResult; in Move()
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp1118 bool copyResult = FileCopy("/data/123/abc.txt", "/data/456/abc.txt"); in HWTEST_F() local
1119 EXPECT_FALSE(copyResult); in HWTEST_F()

Completed in 5 milliseconds