Searched refs:out_secondary_dex_exists (Results 1 – 3 of 3) sorted by relevance
116 /*out*/bool* out_secondary_dex_exists);
2099 /*out*/bool* out_secondary_dex_exists) { in reconcile_secondary_dex_file() argument2100 *out_secondary_dex_exists = false; // start by assuming the file does not exist. in reconcile_secondary_dex_file()2197 *out_secondary_dex_exists = false; in reconcile_secondary_dex_file()2200 *out_secondary_dex_exists = true; in reconcile_secondary_dex_file()2207 *out_secondary_dex_exists = false; in reconcile_secondary_dex_file()2211 *out_secondary_dex_exists = false; in reconcile_secondary_dex_file()
424 bool out_secondary_dex_exists = false; in reconcile_secondary_dex() local432 &out_secondary_dex_exists); in reconcile_secondary_dex()435 ASSERT_EQ(should_dex_exist, out_secondary_dex_exists); in reconcile_secondary_dex()