Home
last modified time | relevance | path

Searched refs:active_apex (Results 1 – 2 of 2) sorted by relevance

/system/apex/tests/testdata/
Dtrigger_reboot.sh4 active_apex=/data/apex/active/`/system/bin/getprop persist.debug.trigger_reboot_after_activation`
5 if [[ $active_apex == *.apex ]]
9 if [ -a $active_apex ]
11 /system/bin/log -t TriggerWatchdog "Detected presence of $active_apex"
/system/apex/apexd/
Dapexservice_test.cpp2783 auto active_apex = GetActivePackage("com.android.apex.test_package"); in TEST_F() local
2784 ASSERT_RESULT_OK(active_apex); in TEST_F()
2785 ASSERT_EQ(2u, active_apex->versionCode); in TEST_F()
2787 ASSERT_EQ(kSystemPath, active_apex->modulePath); in TEST_F()
2806 auto active_apex = GetActivePackage("com.android.apex.test_package"); in TEST_F() local
2807 ASSERT_RESULT_OK(active_apex); in TEST_F()
2808 ASSERT_EQ(2u, active_apex->versionCode); in TEST_F()
2810 ASSERT_EQ(installer_->test_installed_file, active_apex->modulePath); in TEST_F()