Searched refs:CompressFile (Results 1 – 7 of 7) sorted by relevance
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | utilities_test.cpp | 402 HWTEST_F(UtilitiesTest, CompressFile, TestSize.Level1) 406 EXPECT_EQ(CompressFile(srcPath, destPath), true); 408 EXPECT_EQ(CompressFile(srcPath, destPath), false); 411 EXPECT_EQ(CompressFile(srcPath, destPath), false);
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | utilities_test.cpp | 397 HWTEST_F(UtilitiesTest, CompressFile, TestSize.Level1) 401 EXPECT_EQ(CompressFile(srcPath, destPath), true); 403 EXPECT_EQ(CompressFile(srcPath, destPath), false); 406 EXPECT_EQ(CompressFile(srcPath, destPath), false);
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | utilities.h | 186 bool CompressFile(const std::string &dataFile, const std::string &destFile);
|
| /developtools/hiperf/include/ |
| D | utilities.h | 188 bool CompressFile(const std::string &dataFile, const std::string &destFile);
|
| /developtools/hiperf/src/ |
| D | perf_file_writer.cpp | 95 if (CompressFile(fileName_, gzName)) { in Close()
|
| D | utilities.cpp | 359 bool CompressFile(const std::string &dataFile, const std::string &destFile) in CompressFile() function
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | utilities.cpp | 302 bool CompressFile(const std::string &dataFile, const std::string &destFile) in CompressFile() function
|