Searched refs:OnOtaChrootBootstrap (Results 1 – 4 of 4) sorted by relevance
/system/apex/apexd/ |
D | apexd_test.cpp | 1947 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 …]
|
D | apexd_main.cpp | 65 return android::apex::OnOtaChrootBootstrap(also_include_staged_apexes); in HandleSubcommand()
|
D | apexd.h | 218 int OnOtaChrootBootstrap(bool also_include_staged_apexes);
|
D | apexd.cpp | 3619 int OnOtaChrootBootstrap(bool also_include_staged_apexes) { in OnOtaChrootBootstrap() function
|