Home
last modified time | relevance | path

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

1234

/system/core/fs_mgr/libsnapshot/corpus/
Dlaunch_device.txt53 operations {
66 operations {
79 operations {
/system/update_engine/scripts/
Dpayload_info.py76 len(partition.operations))
123 def _DisplayOps(self, name, operations): argument
149 for op_count, op in enumerate(operations):
172 for curr_op in partition.operations:
211 partition.operations)
Dpayload_info_unittest.py88 def __init__(self, partition_name, operations, old_size, new_size): argument
90 self.operations = operations
/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/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/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/sepolicy/prebuilts/api/29.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
73 # Read operations: Subject must dominate object unless the subject
81 # 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
73 # Read operations: Subject must dominate object unless the subject
81 # Write operations: Subject must be equivalent to the object unless the
/system/sepolicy/prebuilts/api/30.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
73 # Read operations: Subject must dominate object unless the subject
81 # Write operations: Subject must be equivalent to the object unless the
/system/core/libutils/
DString16_fuzz.cpp24 operations = { variable
90 operations[index](dataProvider, str1, str2); in callFunc()
115 uint8_t op = dataProvider.ConsumeIntegralInRange<uint8_t>(0, operations.size() - 1); in LLVMFuzzerTestOneInput()
DString8_fuzz.cpp26 operations = { variable
109 operations[index](dataProvider, str1, str2); in callFunc()
127 uint8_t op = dataProvider.ConsumeIntegralInRange<uint8_t>(0, operations.size() - 1); in LLVMFuzzerTestOneInput()
/system/update_engine/scripts/update_payload/
Dapplier.py484 def _ApplyOperations(self, operations, base_name, old_part_file, argument
498 for op, op_name in common.OperationIter(operations, base_name):
518 def _ApplyToPartition(self, operations, part_name, base_name, argument
553 self._ApplyOperations(operations, base_name, old_part_file,
595 install_operations.append((name, part.operations))
617 for name, operations in install_operations:
620 operations, name, '%s_install_operations' % name, new_parts[name],
Dcommon.py205 def OperationIter(operations, base_name, reverse=False): argument
207 return _ObjNameIter(operations, base_name, reverse=reverse,
Dtest_utils.py207 operations = partition.operations
208 op = operations.add()
/system/bt/service/doc/
DIBluetoothLowEnergyCallback.txt19 * operations.
27 * to perform further operations on the IBluetoothLowEnergy interface.
/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator.h54 const RepeatedPtrField<InstallOperation>* operations = nullptr; member
Dpartition_cow_creator.cpp152 if (operations == nullptr) return sc.cow_size_bytes(); in GetCowSize()
154 for (const auto& iop : *operations) { in GetCowSize()
/system/update_engine/
Dupdate_metadata.proto17 // Update file format: An update file contains all the operations needed
62 // protobuf is downloaded). The types of operations are explained:
89 // The operations allowed in the payload (supported by the client) depend on the
175 // On minor version 2 or newer, these operations are supported:
180 // operations are supported:
183 // On minor version 4 or newer, these operations are supported:
188 // On minor version 5 or newer, these operations are supported:
260 // The list of operations to be performed to apply this PartitionUpdate. The
261 // associated operation blobs (in operations[i].data_offset, data_length)
263 repeated InstallOperation operations = 8; field
[all …]
/system/update_engine/update_engine/
Dupdate_metadata.proto17 // Update file format: An update file contains all the operations needed
62 // protobuf is downloaded). The types of operations are explained:
89 // The operations allowed in the payload (supported by the client) depend on the
175 // On minor version 2 or newer, these operations are supported:
180 // operations are supported:
183 // On minor version 4 or newer, these operations are supported:
188 // On minor version 5 or newer, these operations are supported:
260 // The list of operations to be performed to apply this PartitionUpdate. The
261 // associated operation blobs (in operations[i].data_offset, data_length)
263 repeated InstallOperation operations = 8; field
[all …]
/system/core/code_coverage/seccomp_policy/
Dcode_coverage.policy.def11 // coverage tool uses different operations on different passes
/system/nvram/hal/
Dfake-nvram-seccomp-x86.policy23 # File operations.
Dfake-nvram-seccomp-arm64.policy22 # File operations.
Dfake-nvram-seccomp-x86_64.policy22 # File operations.
Dfake-nvram-seccomp-arm.policy22 # File operations.
/system/security/keystore-engine/
DAndroid.bp45 // owned by the WiFi user to perform signing operations.

1234