Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A DREADME.md202 There are a number of commands to interact with logical partitions:
209 logical partitions are deleted. If no final argument
217 create-logical-partition:%s:%d
218 Create a logical partition with the given name and
221 delete-logical-partition:%s
222 Delete a logical partition with the given name.
224 resize-logical-partition:%s:%d
225 Change the size of the named logical partition.
227 In addition, there is a variable to test whether a partition is logical:
229 is-logical:%s If the value is "yes", the partition is logical.
/aosp14/system/core/fs_mgr/fuzz/
H A Dfstab.dict39 "logical"
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp176 CheckFlag("logical", logical); in ParseFsMgrFlags()
573 if (entry.fs_mgr_flags.logical) { in ParseFstabFromString()
610 entry->fs_mgr_flags.logical = true; in TransformFstabForDsu()
645 entry->fs_mgr_flags.logical = true; in TransformFstabForDsu()
669 .logical = true, in TransformFstabForDsu()
H A Dfs_mgr_roots.cpp91 if (rec->fs_mgr_flags.logical && !fs_mgr_update_logical_partition(rec)) { in TryPathMount()
H A 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,
H A Dfs_mgr.cpp939 if ((i != start_idx) && fstab[i].fs_mgr_flags.logical && in mount_with_alternatives()
940 fstab[start_idx].fs_mgr_flags.logical && in mount_with_alternatives()
1452 if (current_entry.fs_mgr_flags.logical) { in fs_mgr_mount_all()
1643 if (current_entry.fs_mgr_flags.logical) { in fs_mgr_umount_all()
1751 if (entry.fs_mgr_flags.logical) { in fs_mgr_get_mounted_entry_for_userdata()
1902 if (fstab_entry.fs_mgr_flags.logical) { in fs_mgr_do_mount_helper()
H A Dfs_mgr_remount.cpp351 if (entry.fs_mgr_flags.logical) { in RemountPartition()
H A Dfs_mgr_overlayfs.cpp174 if (entry->fs_mgr_flags.logical) { in fs_mgr_update_blk_device()
465 if (entry.fs_mgr_flags.logical) { in fs_mgr_overlayfs_has_logical()
/aosp14/frameworks/base/core/proto/android/view/
H A Ddisplayinfo.proto26 // logical display.
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevice.java91 public ActiveSource(int logical, int physical) { in ActiveSource() argument
92 logicalAddress = logical; in ActiveSource()
100 public static ActiveSource of(int logical, int physical) { in of() argument
101 return new ActiveSource(logical, physical); in of()
113 public boolean equals(int logical, int physical) { in equals() argument
114 return logicalAddress == logical && physicalAddress == physical; in equals()
/aosp14/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h77 bool logical : 1; member
/aosp14/system/core/init/
H A Dfirst_stage_mount.cpp293 if (entry.fs_mgr_flags.logical) return true; in IsDmLinearEnabled()
414 if (begin->fs_mgr_flags.logical) { in MountPartition()
698 if (fstab_entry.fs_mgr_flags.logical) { in GetDmVerityDevices()
H A Dselinux.cpp907 if (!system_entry->fs_mgr_flags.logical) { in MountMissingSystemPartitions()
/aosp14/system/core/fs_mgr/libfs_avb/
H A Dfs_avb_util.cpp51 if (fstab_entry.fs_mgr_flags.logical && in LoadAndVerifyVbmeta()
H A Davb_ops.cpp159 if (fstab_entry->fs_mgr_flags.logical) { in GetLogicalPath()
H A Davb_util.cpp235 if (fstab_entry.fs_mgr_flags.logical) { in DeriveAvbPartitionName()
/aosp14/system/core/fs_mgr/libsnapshot/android/snapshot/
H A Dsnapshot.proto52 // logical partition; for example, "system_b".
67 // Size of the "COW partition". A COW partition is a special logical
/aosp14/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp204 lhs.logical == rhs.logical && in CompareFlags()
453 flags.logical = true; in TEST()
H A Dadb-remount-test.sh1472 fastboot_getvar is-logical:scratch yes ||
/aosp14/frameworks/base/core/proto/android/server/
H A Dpowerstatsservice.proto178 * For a group of EnergyConsumers of the same logical type, sorting by
/aosp14/system/core/fs_mgr/libfs_avb/tests/
H A Davb_util_test.cpp113 fstab_entry.fs_mgr_flags.logical = true; in TEST_F()
135 fstab_entry.fs_mgr_flags.logical = false; in TEST_F()