Home
last modified time | relevance | path

Searched refs:FILE_NAME (Results 1 - 6 of 6) sorted by relevance

/developtools/profiler/hiebpf/test/unittest/
H A Dhiebpf_data_file_test.cpp25 const std::string FILE_NAME = "/data/local/tmp/hiebpf.txt"; member
36 if (access(FILE_NAME.c_str(), F_OK) == 0) { in TearDownTestCase()
37 std::string cmd = "rm " + FILE_NAME; in TearDownTestCase()
56 hiebpfDataFile = HiebpfDataFile::MakeShared("hiebpf", FILE_NAME); in HWTEST_F()
67 HiebpfDataFile hiebpfDataFile("hiebpf", FILE_NAME); in HWTEST_F()
90 HiebpfDataFile hiebpfDataFile("hiebpf", FILE_NAME); in HWTEST_F()
110 HiebpfDataFile hiebpfDataFile("hiebpf", FILE_NAME); in HWTEST_F()
H A Dbpf_log_reader_test.cpp26 const std::string FILE_NAME = "/data/local/tmp/libebpf.log"; member
37 if (access(FILE_NAME.c_str(), F_OK) == 0) { in TearDownTestCase()
38 std::string cmd = "rm " + FILE_NAME; in TearDownTestCase()
60 logger = BPFLogReader::MakeUnique(FILE_NAME); in HWTEST_F()
78 ret = logger.OpenLogFile(FILE_NAME); in HWTEST_F()
H A Dbpf_controller_test.cpp27 const std::string FILE_NAME = "/data/local/tmp/hiebpf.txt"; member
40 if (access(FILE_NAME.c_str(), F_OK) == 0) { in TearDownTestCase()
41 std::string cmd = "rm " + FILE_NAME; in TearDownTestCase()
77 int fd = open(FILE_NAME.c_str(), O_RDWR | O_CREAT, FILE_MODE); in HWTEST_F()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/zip_utils_test/
H A Dzip_utils_test.cpp38 const std::string FILE_NAME = "module.json"; member
72 std::string filePath = std::string(FILE_PATH) + std::string(FILE_NAME); in SetUp()
168 std::string filePath = std::string(FILE_PATH) + std::string(FILE_NAME); in HWTEST_F()
171 int ret = zipUtils.Zip(filePath, zipPath, FILE_NAME); in HWTEST_F()
174 bool exist = zipUtils.IsFileExistsInZip(zipPath, FILE_NAME); in HWTEST_F()
189 std::string filePath = std::string(FILE_PATH) + std::string(FILE_NAME); in HWTEST_F()
192 int ret = zipUtils.Zip(filePath, zipPath, FILE_NAME); in HWTEST_F()
195 auto exist = zipUtils.IsFileNameExistsInZip(zipPath, FILE_NAME); in HWTEST_F()
210 std::string filePath = std::string(FILE_PATH) + std::string(FILE_NAME); in HWTEST_F()
214 int ret = zipUtils.Zip(filePath, zipPath, FILE_NAME); in HWTEST_F()
[all...]
/developtools/packing_tool/packing_tool/frameworks/test/unittest/utils_Test/
H A Dutils_test.cpp29 const std::string FILE_NAME = "module.json"; member
63 std::string filePath = std::string(FILE_PATH) + std::string(FILE_NAME); in SetUp()
118 std::string filePath = std::string(FILE_PATH) + std::string(FILE_NAME); in HWTEST_F()
227 std::string filePath = std::string(FILE_PATH) + std::string(FILE_NAME); in HWTEST_F()
239 std::string filePath = std::string(FILE_PATH) + std::string(FILE_NAME); in HWTEST_F()
251 std::string filePath = std::string(FILE_PATH) + std::string(FILE_NAME); in HWTEST_F()
412 std::string filePath = std::string(FILE_PATH) + std::string(FILE_NAME); in HWTEST_F()
413 EXPECT_TRUE(OHOS::AppPackingTool::Utils::CheckFileName(filePath, FILE_NAME)); in HWTEST_F()
424 std::string filePath = std::string(FILE_PATH) + std::string(FILE_NAME); in HWTEST_F()
449 std::string srcPath = std::string(FILE_PATH) + std::string(FILE_NAME); in HWTEST_F()
[all...]
/developtools/smartperf_host/trace_streamer/src/table/js_memory/
H A Djs_heap_files_table.cpp20 enum class Index : int32_t { ID = 0, FILE_NAME, START_TIME, END_TIME, SELF_SIZE_COUNT }; member in SysTuning::TraceStreamer::Index
52 case Index::FILE_NAME: in Column()

Completed in 3 milliseconds