Searched refs:out_secondary_dex_exists (Results 1 – 3 of 3) sorted by relevance
112 /*out*/bool* out_secondary_dex_exists);
2329 /*out*/bool* out_secondary_dex_exists) { in reconcile_secondary_dex_file() argument2330 *out_secondary_dex_exists = false; // start by assuming the file does not exist. in reconcile_secondary_dex_file()2424 *out_secondary_dex_exists = false; in reconcile_secondary_dex_file()2427 *out_secondary_dex_exists = true; in reconcile_secondary_dex_file()2434 *out_secondary_dex_exists = false; in reconcile_secondary_dex_file()2438 *out_secondary_dex_exists = false; in reconcile_secondary_dex_file()
403 bool out_secondary_dex_exists = false; in reconcile_secondary_dex() local411 &out_secondary_dex_exists); in reconcile_secondary_dex()414 ASSERT_EQ(should_dex_exist, out_secondary_dex_exists); in reconcile_secondary_dex()