Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc118 int64_t image_len = input_image->GetLength(); in Patch() local
119 if (image_len < 0) { in Patch()
153 std::unique_ptr<MemMap> image(MemMap::MapFile(image_len, PROT_READ | PROT_WRITE, MAP_PRIVATE, in Patch()
214 int64_t image_len = input_image->GetLength(); in Patch() local
215 if (image_len < 0) { in Patch()
248 std::unique_ptr<MemMap> image(MemMap::MapFile(image_len, PROT_READ | PROT_WRITE, MAP_PRIVATE, in Patch()