Searched refs:seekp (Results 1 - 17 of 17) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_json.h | 38 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 D | rs_profiler_utils.cpp | 443 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 D | elfio_utils.hpp | 262 stream.seekp( 0, std::ios_base::end ); in adjust_stream_size() 267 stream.seekp( offset ); in adjust_stream_size()
|
H A D | elfio_header.hpp | 114 stream.seekp( ( *translator )[0] );
|
/third_party/elfio/examples/anonymizer/ |
H A D | anonymizer.cpp | 61 file.seekp( (std::streampos)offset ); in overwrite_data()
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_double_write_test.cpp | 496 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 D | rdb_store_backup_restore_test.cpp | 252 fsDb.seekp(64); in HWTEST_F() 256 fsBackupDb.seekp(64); in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/services/common/utils/src/ |
H A D | dscreen_hidumper.cpp | 237 ofs.seekp(0, std::ios::end); in SaveFile()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_typeface_cache.cpp | 324 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 D | distributeddb_file_package_test.cpp | 294 file.seekp(0, ios_base::beg); in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/common/src/utils/ |
H A D | dcamera_utils_tools.cpp | 235 ofs.seekp(0, std::ios::end); in IsUnderDumpMaxSize()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | package_file.cpp | 397 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 D | gpttext.cc | 902 prompt.seekp(0); in ExpertsMenu()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributeddb_nb_test_tools.cpp | 532 if (!dataFile.seekp(0)) { in ModifyDatabaseFile()
|
/third_party/node/src/ |
H A D | node_options.cc | 1067 out.seekp(-1, out.cur); // Strip the trailing space in GetBashCompletion()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_tools_unit_test.cpp | 562 if (!dataFile.seekp(modifyPos)) { in ModifyDatabaseFile()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 31064 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