Home
last modified time | relevance | path

Searched defs:is_in_dalvik_cache (Results 1 – 2 of 2) sorted by relevance

/art/artd/
Dpath_utils.cc174 bool is_in_dalvik_cache) { in BuildOatPath()
Dartd_test.cc2468 auto is_in_dalvik_cache = [this](const std::string& dex_file) -> Result<bool> { in TEST_F() local