Home
last modified time | relevance | path

Searched refs:src_stream (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
Dinstall_operation_executor.cc318 puffin::UniqueStreamPtr src_stream(new PuffinExtentStream( in ExecutePuffDiffOperation() local
328 puffin::PuffPatch(std::move(src_stream), in ExecutePuffDiffOperation()
/system/apex/apexd/
Dapexservice_test.cpp334 std::ifstream src_stream(src, std::ios::binary); in Prepare() local
335 ASSERT_TRUE(src_stream.good()); in Prepare()
339 trg_stream << src_stream.rdbuf(); in Prepare()