Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp568 void TestDeleteOdex(bool in_dalvik_cache) { in TestDeleteOdex() argument
569 const char* oat_dir = in_dalvik_cache ? nullptr : app_oat_dir_.c_str(); in TestDeleteOdex()
582 in_dalvik_cache ? "dex" : "odex")); in TestDeleteOdex()
595 in_dalvik_cache ? std::nullopt : std::make_optional<std::string>(app_oat_dir_.c_str()), in TestDeleteOdex()