Home
last modified time | relevance | path

Searched refs:out_secondary_dex_exists (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
Ddexopt.h99 /*out*/bool* out_secondary_dex_exists);
Ddexopt.cpp2168 /*out*/bool* out_secondary_dex_exists) { in reconcile_secondary_dex_file() argument
2169 *out_secondary_dex_exists = false; // start by assuming the file does not exist. in reconcile_secondary_dex_file()
2263 *out_secondary_dex_exists = false; in reconcile_secondary_dex_file()
2266 *out_secondary_dex_exists = true; in reconcile_secondary_dex_file()
2273 *out_secondary_dex_exists = false; in reconcile_secondary_dex_file()
2277 *out_secondary_dex_exists = false; in reconcile_secondary_dex_file()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp306 bool out_secondary_dex_exists = false; in reconcile_secondary_dex() local
314 &out_secondary_dex_exists); in reconcile_secondary_dex()
317 ASSERT_EQ(should_dex_exist, out_secondary_dex_exists); in reconcile_secondary_dex()