commit | 28a13ea56d662478cacd12e72c9575ea441fc34c | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Thu Jan 04 09:22:40 2024 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Tue Jan 09 13:44:23 2024 +0900 |
tree | 19fefa6d6153e2ae2147be1b063a5ef2e95f4832 | |
parent | ebab0a93000cc3414ecd77a49883fac530e35c83 [diff] |
libfdt: Add APIs around FdtNodeMut::delete_and_next_node() Following APIs are added to iterate and filter FDT nodes: - FdtNodeMut::delete_and_next_node() - FdtNodeMut::next_node() Just FYI, previously FdtNodeMut::*_next_subnode() were added for the same purpose, but they couldn't be used for traveling the whole tree. Borrow checker didn't like tree travesal algorithms for both BFS nor DFS because they expect to keep multiple FdtNodeMut. Bug: 317830919 Test: atest liblibfdt.integration_test Change-Id: I230bee75ab15bd7349f7e03cf097f209a5690766
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: