Home
last modified time | relevance | path

Searched refs:CompressFile (Results 1 – 7 of 7) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dutilities_test.cpp402 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/
Dutilities_test.cpp397 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/
Dutilities.h186 bool CompressFile(const std::string &dataFile, const std::string &destFile);
/developtools/hiperf/include/
Dutilities.h188 bool CompressFile(const std::string &dataFile, const std::string &destFile);
/developtools/hiperf/src/
Dperf_file_writer.cpp95 if (CompressFile(fileName_, gzName)) { in Close()
Dutilities.cpp359 bool CompressFile(const std::string &dataFile, const std::string &destFile) in CompressFile() function
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp302 bool CompressFile(const std::string &dataFile, const std::string &destFile) in CompressFile() function