Home
last modified time | relevance | path

Searched refs:logical (Results 1 – 25 of 52) sorted by relevance

123

/system/extras/cppreopts/
Dfstab.postinstall16 # 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/
Dfs_avb_util.cpp51 if (fstab_entry.fs_mgr_flags.logical && in LoadAndVerifyVbmeta()
Davb_ops.cpp159 if (fstab_entry->fs_mgr_flags.logical) { in GetLogicalPath()
/system/core/fastboot/
DREADME.md193 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/
DTelephonyProperties.sysprop445 # 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/
Dsnapshotctl.te24 # Needed to (re-)map logical partitions.
/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h81 bool logical : 1; member
/system/sepolicy/private/
Dsnapshotctl.te24 # Needed to (re-)map logical partitions.
/system/sepolicy/prebuilts/api/31.0/private/
Dsnapshotctl.te24 # Needed to (re-)map logical partitions.
/system/core/fs_mgr/
Dfs_mgr_fstab.cpp176 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()
Dfs_mgr_roots.cpp87 if (rec->fs_mgr_flags.logical && !fs_mgr_update_logical_partition(rec)) { in EnsurePathMounted()
DREADME.overlayfs.md96 - 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/
Ddrmserver.te31 # Clearly, /data/app is the most logical place to create a socket. Not.
/system/sepolicy/prebuilts/api/28.0/public/
Ddrmserver.te31 # Clearly, /data/app is the most logical place to create a socket. Not.
/system/sepolicy/prebuilts/api/26.0/public/
Ddrmserver.te31 # Clearly, /data/app is the most logical place to create a socket. Not.
/system/core/init/
Dfirst_stage_mount.cpp310 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/
Ddrmserver.te30 # Clearly, /data/app is the most logical place to create a socket. Not.
Dupdate_engine_common.te71 # get physical block device to map logical partitions on device mapper
Ddevice.te106 # 'super' partition to be used for logical partitioning.
/system/sepolicy/prebuilts/api/30.0/public/
Ddrmserver.te31 # Clearly, /data/app is the most logical place to create a socket. Not.
Dupdate_engine_common.te74 # get physical block device to map logical partitions on device mapper
/system/sepolicy/prebuilts/api/31.0/public/
Ddrmserver.te31 # Clearly, /data/app is the most logical place to create a socket. Not.
/system/sepolicy/public/
Ddrmserver.te31 # Clearly, /data/app is the most logical place to create a socket. Not.
/system/vold/
Dmain.cpp245 if (entry.fs_mgr_flags.logical && !fs_mgr_update_logical_partition(&entry) && in process_config()
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto52 // logical partition; for example, "system_b".
67 // Size of the "COW partition". A COW partition is a special logical

123