Searched refs:logical (Results 1 – 25 of 52) sorted by relevance
123
/system/extras/cppreopts/ |
D | fstab.postinstall | 16 # Tries to mount system_other as a logical partition. If that fails, then 20 system /postinstall ext4 ro,nosuid,nodev,noexec slotselect_other,logical
|
/system/core/fs_mgr/libfs_avb/ |
D | fs_avb_util.cpp | 51 if (fstab_entry.fs_mgr_flags.logical && in LoadAndVerifyVbmeta()
|
D | avb_ops.cpp | 159 if (fstab_entry->fs_mgr_flags.logical) { in GetLogicalPath()
|
/system/core/fastboot/ |
D | README.md | 193 There are a number of commands to interact with logical partitions: 200 logical partitions are deleted. If no final argument 208 create-logical-partition:%s:%d 209 Create a logical partition with the given name and 212 delete-logical-partition:%s 213 Delete a logical partition with the given name. 215 resize-logical-partition:%s:%d 216 Change the size of the named logical partition. 218 In addition, there is a variable to test whether a partition is logical: 220 is-logical:%s If the value is "yes", the partition is logical.
|
/system/libsysprop/srcs/android/sysprop/ |
D | TelephonyProperties.sysprop | 445 # How many logical modems can be active simultaneously. For example, if a device is dual-SIM 446 # capable but currently only one SIM slot and one logical modem is active, this value is still 459 # not necessarily the same as the number of phones/logical modems supported by the device. 460 # For example, a multi-sim device can have 2 phones/logical modems, but 3 physical slots, or 461 # a single SIM device can have 1 phones/logical modems, but 2 physical slots (one eSIM and
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | snapshotctl.te | 24 # Needed to (re-)map logical partitions.
|
/system/core/fs_mgr/include_fstab/fstab/ |
D | fstab.h | 81 bool logical : 1; member
|
/system/sepolicy/private/ |
D | snapshotctl.te | 24 # Needed to (re-)map logical partitions.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | snapshotctl.te | 24 # Needed to (re-)map logical partitions.
|
/system/core/fs_mgr/ |
D | fs_mgr_fstab.cpp | 176 CheckFlag("logical", logical); in ParseFsMgrFlags() 497 if (entry.fs_mgr_flags.logical) { in ReadFstabFile() 578 userdata.fs_mgr_flags.logical = true; in BuildDsuUserdataFstabEntry() 606 userdata.fs_mgr_flags.logical = true; in TransformFstabForDsu() 652 entry.fs_mgr_flags.logical = true; in TransformFstabForDsu()
|
D | fs_mgr_roots.cpp | 87 if (rec->fs_mgr_flags.logical && !fs_mgr_update_logical_partition(rec)) { in EnsurePathMounted()
|
D | README.overlayfs.md | 96 - If a dynamic partition runs out of space, making a logical partition larger 104 without differentiating if it is setup to support logical or physical,
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | drmserver.te | 31 # Clearly, /data/app is the most logical place to create a socket. Not.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | drmserver.te | 31 # Clearly, /data/app is the most logical place to create a socket. Not.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | drmserver.te | 31 # Clearly, /data/app is the most logical place to create a socket. Not.
|
/system/core/init/ |
D | first_stage_mount.cpp | 310 if (entry.fs_mgr_flags.logical) return true; in IsDmLinearEnabled() 427 if (begin->fs_mgr_flags.logical) { in MountPartition() 700 if (!fstab_entry.fs_mgr_flags.logical) { in GetDmVerityDevices() 766 if (fstab_entry.fs_mgr_flags.logical) { in GetDmVerityDevices()
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | drmserver.te | 30 # Clearly, /data/app is the most logical place to create a socket. Not.
|
D | update_engine_common.te | 71 # get physical block device to map logical partitions on device mapper
|
D | device.te | 106 # 'super' partition to be used for logical partitioning.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | drmserver.te | 31 # Clearly, /data/app is the most logical place to create a socket. Not.
|
D | update_engine_common.te | 74 # get physical block device to map logical partitions on device mapper
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | drmserver.te | 31 # Clearly, /data/app is the most logical place to create a socket. Not.
|
/system/sepolicy/public/ |
D | drmserver.te | 31 # Clearly, /data/app is the most logical place to create a socket. Not.
|
/system/vold/ |
D | main.cpp | 245 if (entry.fs_mgr_flags.logical && !fs_mgr_update_logical_partition(&entry) && in process_config()
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 52 // logical partition; for example, "system_b". 67 // Size of the "COW partition". A COW partition is a special logical
|
123