Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.cpp136 static bool WriteBufferToPartition(const FileContents& file_contents, const Partition& partition) { in WriteBufferToPartition() argument
137 const unsigned char* data = file_contents.data.data(); in WriteBufferToPartition()
138 size_t len = file_contents.data.size(); in WriteBufferToPartition()