Home
last modified time | relevance | path

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

/external/chromium_org/components/component_updater/
Dcomponent_patcher_operation.cc116 base::MemoryMappedFile output_file_mmapped; in CheckHash() local
117 if (!output_file_mmapped.Initialize(output_abs_path_)) in CheckHash()
122 hasher->Update(output_file_mmapped.data(), output_file_mmapped.length()); in CheckHash()