Searched refs:out_secondary_dex_exists (Results 1 – 3 of 3) sorted by relevance
118 /*out*/bool* out_secondary_dex_exists);
1935 /*out*/bool* out_secondary_dex_exists) { in reconcile_secondary_dex_file() argument1936 *out_secondary_dex_exists = false; // start by assuming the file does not exist. in reconcile_secondary_dex_file()2033 *out_secondary_dex_exists = false; in reconcile_secondary_dex_file()2036 *out_secondary_dex_exists = true; in reconcile_secondary_dex_file()2043 *out_secondary_dex_exists = false; in reconcile_secondary_dex_file()2047 *out_secondary_dex_exists = false; in reconcile_secondary_dex_file()
404 bool out_secondary_dex_exists = false; in reconcile_secondary_dex() local412 &out_secondary_dex_exists); in reconcile_secondary_dex()415 ASSERT_EQ(should_dex_exist, out_secondary_dex_exists); in reconcile_secondary_dex()