Home
last modified time | relevance | path

Searched defs:toWrite (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/mapped_benchmark_test/
H A Dmapped_benchmark_test.cpp145 void WriteToMappedFile(std::string& toWrite, MappedFile& mf) in WriteToMappedFile()
191 std::string toWrite("Complete."); in BENCHMARK_F() local
252 std::string toWrite("Write to newly created file."); in BENCHMARK_F() local
319 std::string toWrite("Write to newly created file."); in BENCHMARK_F() local
363 std::string toWrite("Complete."); in BENCHMARK_F() local
1519 std::string toWrite("Complete."); in BENCHMARK_F() local
1586 std::string toWrite("Complete."); in BENCHMARK_F() local
1643 std::string toWrite("Complete."); in BENCHMARK_F() local
1703 std::string toWrite("Complete."); in BENCHMARK_F() local
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_mapped_file_test.cpp161 std::string toWrite("Complete."); in TestFileReadAndWrite() local
258 std::string toWrite("Complete."); in TestFileWrite() local
283 std::string toWrite("Complete."); in TestTwoFileWrite() local
384 std::string toWrite("Write to newly created file."); variable
452 std::string toWrite("Write to newly created file."); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_compressor.cpp312 sk_sp<SkData> toWrite = SkData::MakeUninitialized(fileSize); local
316 auto toWrite = std::shared_ptr<RSData>(); local
/ohos5.0/base/update/updater/services/diffpatch/patch_shared/
H A Dpatch_shared.cpp204 … size_t toWrite = std::min(size, info->writer->GetBlocksSize() - info->writer->GetTotalWritten()); in ExtractNewDataFunc() local
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp60 … size_t toWrite = std::min(size, info->writer->GetBlocksSize() - info->writer->GetTotalWritten()); in ExtractNewData() local