Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dwriter_v3.cpp320 op.set_source(old_block + i); in EmitCopy()
373 op.set_source((old_block + blocks_written) * header_.block_size + offset); in ConstructCowOpCompressedBuffers()
375 op.set_source(next_data_pos_ + compressed_bytes); in ConstructCowOpCompressedBuffers()
510 op.set_source(next_data_pos_ + bytes_written); in FlushCacheOps()
Dtest_v3.cpp703 op.set_source(1); in TEST_F()
705 op.set_source(2); in TEST_F()
707 op.set_source(4); in TEST_F()
709 op.set_source(8); in TEST_F()
729 op.set_source(0x010203040506); in TEST_F()
Dparser_v2.cpp237 new_op.set_source(source_info); in Translate()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_format.h241 constexpr void set_source(uint64_t source) { in set_source() function