Home
last modified time | relevance | path

Searched defs:source_fd (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/update_engine/payload_generator/
H A Dcow_size_estimator_stub.cc22 FileDescriptorPtr source_fd, in EstimateCowSize()
H A Ddelta_diff_generator.cc123 FileDescriptorPtr source_fd{new EintrSafeFileDescriptor()}; in Run() local
/aosp12/system/update_engine/payload_consumer/
H A Dvabc_partition_writer.cc101 FileDescriptorPtr source_fd) { in WriteAllCowOps()
H A Dpartition_writer.cc484 FileDescriptorPtr source_fd = ChooseSourceFD(operation, error); in PerformSourceBsdiffOperation() local
512 FileDescriptorPtr source_fd = ChooseSourceFD(operation, error); in PerformPuffDiffOperation() local
H A Ddelta_performer.cc878 const FileDescriptorPtr source_fd, in ValidateSourceHash()
/aosp12/art/libartpalette/apex/
H A Dpalette.cc173 palette_status_t PaletteNotifyStartDex2oatCompilation(int source_fd, in PaletteNotifyStartDex2oatCompilation()
182 palette_status_t PaletteNotifyEndDex2oatCompilation(int source_fd, in PaletteNotifyEndDex2oatCompilation()
/aosp12/system/core/fs_mgr/libvbmeta/
H A Dbuilder.cpp62 unique_fd source_fd(TEMP_FAILURE_RETRY(open(file.c_str(), O_RDONLY | O_CLOEXEC))); in ReadVBMetaImageFromFile() local
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_writer.cpp167 auto source_fd = GetSourceFd(); in EmitCopy() local
H A Destimate_cow_from_nonab_ota.cpp280 unique_fd source_fd; in AnalyzePartition() local
/aosp12/system/extras/partition_tools/
H A Dlpadd.cc175 int source_fd = -1; in AddPartition() local
/aosp12/system/core/fs_mgr/liblp/
H A Dimages.cpp446 unique_fd source_fd = GetControlFileOrOpen(file.c_str(), O_RDONLY | O_CLOEXEC | O_BINARY); in OpenImageFile() local