commit | 520260145e3de1f2a8df12b4377f2b33ed6f4fd8 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Wed Dec 13 13:49:28 2023 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Mon Dec 18 13:04:14 2023 +0000 |
tree | 1f44c150893af6d5254d53ec7b30d062d894abee | |
parent | ad4cc73affea92958c1069dea4a910b1e6d99254 [diff] |
libfdt: Rework APIs for getting subnode Existing FdtNodeMut::subnode_with_name_len() has following issues: - Requires mutability although it's unnecessary. - Doesn't work with raw bytes if it isn't nul-terminating. This adds following APIs to replace old API. - FdtNode::subnode(&self, name: &CStr) - FdtNode::subnode_with_name_bytes(&self, name: &[u8]) Bug: 277993056 Test: atest liblibfdt.integration_test Change-Id: I60b10eefb5855571020e67b45aef017a859319cf
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: