Searched refs:CompileSecondaryDex (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_dexopt_test.cpp | 347 void CompileSecondaryDex(const std::string& path, int32_t dex_storage_flag, in CompileSecondaryDex() function in android::installd::DexoptTest 610 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_CE, in TEST_F() 616 CompileSecondaryDex(secondary_dex_ce_link_, DEXOPT_STORAGE_CE, in TEST_F() 623 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_CE, in TEST_F() 629 CompileSecondaryDex(secondary_dex_de_, DEXOPT_STORAGE_DE, in TEST_F() 636 CompileSecondaryDex(secondary_dex_de_, DEXOPT_STORAGE_DE, in TEST_F() 644 CompileSecondaryDex(secondary_dex_ce_ + "not.there", DEXOPT_STORAGE_CE, in TEST_F() 652 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_DE, in TEST_F() 670 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_CE, in TEST_F() 881 CompileSecondaryDex(secondary_dex_ce_, DEXOPT_STORAGE_CE, in SetUp() [all …]
|