Searched refs:destPath (Results 1 - 3 of 3) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
H A D | utilities_test.cpp | 410 std::string destPath = "./test.gz"; in HWTEST_F() local 411 EXPECT_EQ(CompressFile(srcPath, destPath), true); in HWTEST_F() 413 EXPECT_EQ(CompressFile(srcPath, destPath), false); in HWTEST_F() 415 destPath = ""; in HWTEST_F() 416 EXPECT_EQ(CompressFile(srcPath, destPath), false); in HWTEST_F()
|
/developtools/hiperf/test/unittest/common/native/ |
H A D | utilities_test.cpp | 400 std::string destPath = "./test.gz"; in HWTEST_F() local 401 EXPECT_EQ(CompressFile(srcPath, destPath), true); in HWTEST_F() 403 EXPECT_EQ(CompressFile(srcPath, destPath), false); in HWTEST_F() 405 destPath = ""; in HWTEST_F() 406 EXPECT_EQ(CompressFile(srcPath, destPath), false); in HWTEST_F()
|
/developtools/packing_tool/adapter/ohos/ |
H A D | CompressVerify.java | 1049 String destPath = utility.getOutPath() + LINUX_FILE_SEPARATOR + hapFileName; in isVerifyValidInHapAdditionMode() 1050 File destFile = new File(destPath); in isVerifyValidInHapAdditionMode()
|
Completed in 5 milliseconds