Home
last modified time | relevance | path

Searched refs:OnOtaChrootBootstrap (Results 1 – 4 of 4) sorted by relevance

/system/apex/apexd/
Dapexd_test.cpp1947 ASSERT_EQ(OnOtaChrootBootstrap(/*also_include_staged_apexes=*/false), 0); in TEST_F()
1984 ASSERT_EQ(OnOtaChrootBootstrap(/*also_include_staged_apexes=*/false), 1); in TEST_F()
1993 ASSERT_EQ(OnOtaChrootBootstrap(/*also_include_staged_apexes=*/false), 0); in TEST_F()
2041 ASSERT_EQ(OnOtaChrootBootstrap(/*also_include_staged_apexes=*/false), 0); in TEST_F()
2089 ASSERT_EQ(OnOtaChrootBootstrap(/*also_include_staged_apexes=*/false), 0); in TEST_F()
2130 ASSERT_EQ(OnOtaChrootBootstrap(/*also_include_staged_apexes=*/false), 0); in TEST_F()
2179 ASSERT_EQ(OnOtaChrootBootstrap(/*also_include_staged_apexes=*/false), 0); in TEST_F()
2218 ASSERT_EQ(OnOtaChrootBootstrap(/*also_include_staged_apexes=*/false), 0); in TEST_F()
2249 ASSERT_EQ(OnOtaChrootBootstrap(/*also_include_staged_apexes=*/false), 0); in TEST_F()
2331 ASSERT_EQ(OnOtaChrootBootstrap(/*also_include_staged_apexes=*/false), 0); in TEST_F()
[all …]
Dapexd_main.cpp65 return android::apex::OnOtaChrootBootstrap(also_include_staged_apexes); in HandleSubcommand()
Dapexd.h218 int OnOtaChrootBootstrap(bool also_include_staged_apexes);
Dapexd.cpp3619 int OnOtaChrootBootstrap(bool also_include_staged_apexes) { in OnOtaChrootBootstrap() function