Home
last modified time | relevance | path

Searched refs:seekp (Results 1 - 17 of 17) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_json.h38 stream_.seekp(-1, std::ios::end); in PopObject()
54 stream_.seekp(-1, std::ios::end); in PopArray()
98 stream_.seekp(-1, std::ios::end); in GetDumpString()
H A Drs_profiler_utils.cpp443 g_recordInMemory.seekp(0, std::ios_base::beg); in FileOpen()
473 g_recordInMemory.seekp(0, std::ios_base::beg); in FileClose()
533 g_recordInMemory.seekp(offset, std::ios_base::beg); in FileSeek()
536 g_recordInMemory.seekp(offset, std::ios_base::cur); in FileSeek()
539 g_recordInMemory.seekp(offset, std::ios_base::end); in FileSeek()
557 g_recordInMemory.seekp(g_recordInMemory.tellg()); in FileRead()
/third_party/elfio/elfio/
H A Delfio_utils.hpp262 stream.seekp( 0, std::ios_base::end ); in adjust_stream_size()
267 stream.seekp( offset ); in adjust_stream_size()
H A Delfio_header.hpp114 stream.seekp( ( *translator )[0] );
/third_party/elfio/examples/anonymizer/
H A Danonymizer.cpp61 file.seekp( (std::streampos)offset ); in overwrite_data()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_double_write_test.cpp496 file.seekp(30, std::ios::beg); in HWTEST_F()
556 file.seekp(30, std::ios::beg); in HWTEST_F()
599 file.seekp(30, std::ios::beg); in HWTEST_F()
756 file.seekp(30, std::ios::beg); in HWTEST_F()
971 file.seekp(30, std::ios::beg); in HWTEST_F()
H A Drdb_store_backup_restore_test.cpp252 fsDb.seekp(64); in HWTEST_F()
256 fsBackupDb.seekp(64); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Ddscreen_hidumper.cpp237 ofs.seekp(0, std::ios::end); in SaveFile()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_typeface_cache.cpp324 ss.seekp(0, std::ios_base::beg); in ReplaySerialize()
326 ss.seekp(0, std::ios_base::end); in ReplaySerialize()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_file_package_test.cpp294 file.seekp(0, ios_base::beg); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddcamera_utils_tools.cpp235 ofs.seekp(0, std::ios::end); in IsUnderDumpMaxSize()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.cpp397 targetHandle.seekp(static_cast<int64_t>(MAGIC_LEN + Parcel::GetUInt32Len()), ios_base::beg); in WriteChecksum()
400 LOGE("[WriteChecksum]targetHandle error after seekp, sys err [%d]", errno); in WriteChecksum()
/third_party/gptfdisk/
H A Dgpttext.cc902 prompt.seekp(0); in ExpertsMenu()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_nb_test_tools.cpp532 if (!dataFile.seekp(0)) { in ModifyDatabaseFile()
/third_party/node/src/
H A Dnode_options.cc1067 out.seekp(-1, out.cur); // Strip the trailing space in GetBashCompletion()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp562 if (!dataFile.seekp(modifyPos)) { in ModifyDatabaseFile()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp31064 seekp(pos_type);
31067 seekp(off_type, ios_base::seekdir);
31455 seekp(pos_type __pos)
31487 seekp(off_type __off, ios_base::seekdir __dir)
[all...]

Completed in 44 milliseconds