Home
last modified time | relevance | path

Searched defs:mfNew (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/mapped_benchmark_test/
H A Dmapped_benchmark_test.cpp1491 MappedFile mfNew(std::move(mf)); in BENCHMARK_F() local
1555 MappedFile mfNew(std::move(mf)); in BENCHMARK_F() local
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_mapped_file_test.cpp248 void TestFileWrite(const MappedFile& mfNew, const std::string& filename, const std::string& content) in TestFileWrite()