Searched refs:system_ (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | snapshot_metadata_updater_test.cpp | 63 SetSize(system_, 2_GiB); in SetUp() 140 PartitionUpdate* system_ = nullptr; member in android::snapshot::SnapshotMetadataUpdaterTest 155 SetSize(system_, 2_GiB + 512_MiB); in TEST_P() 165 SetSize(system_, 3_GiB); in TEST_P() 172 SetSize(system_, 3_GiB); in TEST_P() 201 SetSize(system_, 1_GiB); in TEST_P() 211 SetSize(system_, 3_GiB + 512_MiB); in TEST_P() 221 SetSize(system_, 2_GiB); in TEST_P() 248 SetSize(system_, 4_GiB); in TEST_P() 271 SetSize(system_, 2_GiB + 256_KiB); in TEST_P() [all …]
|
/aosp12/build/make/core/ |
H A D | local_current_sdk.mk | 22 LOCAL_SDK_VERSION := system_$(BOARD_CURRENT_API_LEVEL_FOR_VENDOR_MODULES)
|
H A D | config.mk | 1045 get-sdk-version = $(if $(findstring _,$(1)),$(subst core_,,$(subst system_,,$(subst test_,,$(1)))),… 1090 TARGET_AVAILABLE_SDK_VERSIONS := $(patsubst %/system,system_%,$(TARGET_AVAILABLE_SDK_VERSIONS))
|
H A D | definitions.mk | 3377 $(filter-out system_server_%,$(filter system_%,$(1))) 3387 $(if $(call has-system-sdk-version,$(1)),$(patsubst system_%,%,$(1)),$(1)))
|
/aosp12/system/core/fs_mgr/ |
H A D | README.overlayfs.md | 67 It is also possible for an A/B device to use the system_<other> partition
|