Home
last modified time | relevance | path

Searched refs:operations (Results 1 – 25 of 49) sorted by relevance

12

/system/update_engine/scripts/update_payload/
Dblock_tracer.py38 def _TraceBlock(block, skip, trace_out_file, operations, base_name): argument
57 for op, op_name in common.OperationIter(operations, base_name,
107 operations = self.payload.manifest.kernel_install_operations
110 operations = self.payload.manifest.install_operations
113 self._TraceBlock(block, skip, trace_out_file, operations, base_name)
Dcommon.py193 def OperationIter(operations, base_name, reverse=False): argument
195 return _ObjNameIter(operations, base_name, reverse=reverse,
Dapplier.py489 def _ApplyOperations(self, operations, base_name, old_part_file, argument
507 for op, op_name in common.OperationIter(operations, base_name):
531 def _ApplyToPartition(self, operations, part_name, base_name, argument
576 self._ApplyOperations(operations, base_name, old_part_file,
Dtest_utils.py186 operations = (self.manifest.kernel_install_operations if is_kernel
189 op = operations.add()
/system/sepolicy/prebuilts/api/27.0/private/
Dmls13 # Process read operations: No read up unless trusted.
17 # Process write operations: Require equivalence unless trusted.
25 # Create/relabel operations: Subject must be equivalent to object unless
44 # Create/relabel operations: Subject must be equivalent to object unless
66 # Read operations: Subject must dominate object unless the subject
74 # Write operations: Subject must be equivalent to the object unless the
/system/sepolicy/prebuilts/api/26.0/private/
Dmls13 # Process read operations: No read up unless trusted.
17 # Process write operations: Require equivalence unless trusted.
25 # Create/relabel operations: Subject must be equivalent to object unless
44 # Create/relabel operations: Subject must be equivalent to object unless
66 # Read operations: Subject must dominate object unless the subject
74 # Write operations: Subject must be equivalent to the object unless the
/system/sepolicy/private/
Dmls13 # Process read operations: No read up unless trusted.
17 # Process write operations: Require equivalence unless trusted.
25 # Create/relabel operations: Subject must be equivalent to object unless
44 # Create/relabel operations: Subject must be equivalent to object unless
66 # Read operations: Subject must dominate object unless the subject
74 # Write operations: Subject must be equivalent to the object unless the
/system/sepolicy/prebuilts/api/28.0/private/
Dmls13 # Process read operations: No read up unless trusted.
17 # Process write operations: Require equivalence unless trusted.
25 # Create/relabel operations: Subject must be equivalent to object unless
44 # Create/relabel operations: Subject must be equivalent to object unless
66 # Read operations: Subject must dominate object unless the subject
74 # Write operations: Subject must be equivalent to the object unless the
/system/update_engine/
Dupdate_metadata.proto57 // protobuf is downloaded). The types of operations are explained:
84 // The operations allowed in the payload (supported by the client) depend on the
161 // On minor version 2 or newer, these operations are supported:
166 // operations are supported:
169 // On minor version 4 or newer, these operations are supported:
174 // On minor version 5 or newer, these operations are supported:
243 // The list of operations to be performed to apply this PartitionUpdate. The
244 // associated operation blobs (in operations[i].data_offset, data_length)
246 repeated InstallOperation operations = 8; field
254 // Only present in major version = 1. List of install operations for the
/system/bt/service/doc/
DIBluetoothLowEnergyCallback.txt19 * operations.
27 * to perform further operations on the IBluetoothLowEnergy interface.
DIBluetoothGattClientCallback.txt19 * client-role operations.
27 * handle and can be used to perform further operations on the
DIBluetoothGattServerCallback.txt19 * server-role operations.
27 * perform further operations on the IBluetoothGattServer interface.
DIBluetoothGattServer.txt27 * GATT server operations. Returns false in case of an error.
/system/nvram/hal/
Dfake-nvram-seccomp-arm.policy22 # File operations.
Dfake-nvram-seccomp-x86_64.policy22 # File operations.
Dfake-nvram-seccomp-arm64.policy22 # File operations.
Dfake-nvram-seccomp-x86.policy23 # File operations.
/system/bt/doc/
Ddirectory_layout.md14 * btcore - *Bluetooth Core* - Bluetooth data type definitions and operations on those data types.
/system/core/trusty/keymaster/
DAndroid.bp24 // runs Trusty Keymaster through a basic set of operations with RSA
/system/extras/perfprofd/tests/
DREADME.txt29 +-----------+ operations such as sleep, log, etc
/system/sepolicy/prebuilts/api/27.0/public/
Dueventd.te50 # Restrict ueventd access on block devices to maintenence operations.
/system/sepolicy/prebuilts/api/26.0/public/
Dueventd.te52 # Restrict ueventd access on block devices to maintenence operations.
/system/sepolicy/prebuilts/api/28.0/public/
Dueventd.te53 # Restrict ueventd access on block devices to maintenence operations.
/system/sepolicy/public/
Dueventd.te53 # Restrict ueventd access on block devices to maintenence operations.
/system/iot/attestation/atap/
DREADME.md15 dependencies (see `atap_sysdeps.h`) as well as operations that the

12