Home
last modified time | relevance | path

Searched defs:src_stream (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/puffin/src/
H A Dpuffpatch.cc146 bool ApplyZucchiniPatch(UniqueStreamPtr src_stream, in ApplyZucchiniPatch()
212 auto src_stream = in PuffPatch() local
H A Dintegration_test.cc74 auto src_stream = MemoryStream::CreateForRead(kTestZipA); in TEST_P() local
H A Dpatching_unittest.cc149 auto src_stream = MemoryStream::CreateForRead(src_buf); in TestPatching() local
H A Dmain.cc224 auto src_stream = FileStream::Open(FLAGS_src_file, true, false); in Main() local
H A Dutils_unittest.cc92 auto src_stream = FileStream::Open(tmp_file, false, true); in FindDeflatesInZlibBlocks() local
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dinstall_operation_executor.cc318 puffin::UniqueStreamPtr src_stream(new PuffinExtentStream( in ExecutePuffDiffOperation() local
/aosp_15_r20/art/dex2oat/
H A Ddex2oat_image_test.cc137 std::ifstream src_stream(dex_file, std::ios::binary); in CopyDexFiles() local
/aosp_15_r20/external/libbrillo/brillo/http/
H A Dhttp_request.cc331 StreamPtr src_stream = connection_->ExtractDataStream(nullptr); in ExtractData() local
/aosp_15_r20/system/apex/apexd/
H A Dapexservice_test.cpp334 std::ifstream src_stream(src, std::ios::binary); in Prepare() local