Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp413 uint8_t *secondFileMapper = new uint8_t[1]; in HWTEST_F_L0() local
425 … thread, CString(fileName), buffer, 3, pf.get(), reinterpret_cast<void *>(secondFileMapper)); in HWTEST_F_L0()
427 EXPECT_EQ(*secondFileMapper, 10); in HWTEST_F_L0()
435 delete[] secondFileMapper; in HWTEST_F_L0()