Home
last modified time | relevance | path

Searched refs:system_other (Results 1 – 16 of 16) sorted by relevance

/aosp12/system/core/fs_mgr/libfs_avb/tests/
H A Dfs_avb_device_test.cpp76 FstabEntry* system_other = &fstab[1]; in TEST() local
77 EXPECT_NE(nullptr, system_other); in TEST()
83 LoadAndVerifyVbmeta(*system_other, "" /* expected_public_key_blob */, in TEST()
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dpreloads_copy.te16 # Silence the denial when /postinstall cannot be mounted, e.g., system_other
H A Dcppreopts.te29 # Silence the denial when /postinstall cannot be mounted, e.g., system_other
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dpreloads_copy.te16 # Silence the denial when /postinstall cannot be mounted, e.g., system_other
H A Dcppreopts.te29 # Silence the denial when /postinstall cannot be mounted, e.g., system_other
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dpreloads_copy.te16 # Silence the denial when /postinstall cannot be mounted, e.g., system_other
H A Dcppreopts.te29 # Silence the denial when /postinstall cannot be mounted, e.g., system_other
/aosp12/system/sepolicy/private/
H A Dpreloads_copy.te16 # Silence the denial when /postinstall cannot be mounted, e.g., system_other
H A Dcppreopts.te29 # Silence the denial when /postinstall cannot be mounted, e.g., system_other
/aosp12/system/extras/cppreopts/
H A Dfstab.postinstall16 # Tries to mount system_other as a logical partition. If that fails, then
/aosp12/system/update_engine/aosp/
H A Ddynamic_partition_control_android_unittest.cc975 ScopedTempFile system_other; in TEST_P() local
977 ASSERT_TRUE(test_utils::WriteFileVector(system_other.path(), original)); in TEST_P()
979 ScopedLoopbackDeviceBinder dev(system_other.path(), true, &mnt_path); in TEST_P()
/aosp12/build/
H A DCleanSpec.mk529 $(call add-clean-step, find system/app system/priv-app system/framework system_other -depth -type d…
683 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system_other)
691 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system_other)
/aosp12/build/make/
H A DCleanSpec.mk529 $(call add-clean-step, find system/app system/priv-app system/framework system_other -depth -type d…
683 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system_other)
691 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system_other)
/aosp12/build/make/core/
H A DMakefile595 INSTALLED_PRODUCT_SYSTEM_OTHER_AVBKEY_TARGET := $(TARGET_OUT_PRODUCT_ETC)/security/avb/system_other
1360 license_modules_rehomed += $(filter $(PRODUCT_OUT)/system_other/%,$(license_modules_rest))
3021 $(call intermediates-dir-for,PACKAGING,system_other)
3022 BUILT_SYSTEMOTHERIMAGE_TARGET := $(PRODUCT_OUT)/system_other.img
3449 $(strip $(foreach item,$(1),$(if $(filter $(item),system_other),$(INSTALLED_SYSTEMOTHERIMAGE_TARGET…
3513 @echo Extracting system_other avb key: $@
4207 PARTITIONS_AND_OTHER_IN_SUPER += system_other
H A Denvsetup.mk258 TARGET_COPY_OUT_SYSTEM_OTHER := system_other
/aosp12/frameworks/base/
H A DCleanSpec.mk264 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system_other/system/app/OsuLogin)