Searched refs:secondary_dex_ce_ (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp166 std::string secondary_dex_ce_; member in class:android::installd::DexoptTest
226 secondary_dex_ce_ = app_private_dir_ce_ + "/secondary_ce.jar";
227 ASSERT_TRUE(WriteBase64ToFile(kDexFile, secondary_dex_ce_, kTestAppUid, kTestAppGid, 0600));
472 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_CE,
492 CompileSecondaryDex(secondary_dex_ce_ + "not.there", DEXOPT_STORAGE_CE,
500 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_DE,
518 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_CE,
615 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_CE,
624 reconcile_secondary_dex(secondary_dex_ce_, FLAG_STORAGE_CE,
652 reconcile_secondary_dex(secondary_dex_ce_, FLAG_STORAGE_D
[all...]

Completed in 9 milliseconds