Searched refs:ve (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/kernel/vm/
H A Dvm_aspace.cpp578 bool VmAspace::EnumerateChildren(VmEnumerator* ve) { argument
580 DEBUG_ASSERT(ve != nullptr);
587 if (!ve->OnVmAddressRegion(root_vmar_.get(), 0)) {
590 return root_vmar_->EnumerateChildrenLocked(ve, 1);
H A Dvm_address_region.cpp538 bool VmAddressRegion::EnumerateChildrenLocked(VmEnumerator* ve, uint depth) { argument
540 DEBUG_ASSERT(ve != nullptr);
552 if (!ve->OnVmMapping(mapping, this, depth)) {
558 if (!ve->OnVmAddressRegion(vmar, depth)) {
/fuchsia/zircon/kernel/vm/include/vm/
H A Dvm_address_region.h259 virtual bool EnumerateChildrenLocked(VmEnumerator* ve, uint depth);
415 bool EnumerateChildrenLocked(VmEnumerator* ve, uint depth) override {
H A Dvm_aspace.h85 // any methods of |ve| return false, the traversal stops and this method
87 bool EnumerateChildren(VmEnumerator* ve);
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool526 # Now that we've got the stored digest, public key, and signature
761 # Now that we've traversed all chunks, sanity check.
1017 # We've modified the file so re-read all data.
1377 # verification purposes as we've already verified the root hash.

Completed in 76 milliseconds