Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc910 bool is_vdex_only = false; in DexFile_getDexFileOutputPaths() local
920 is_vdex_only = oat_file->IsBackedByVdexOnly(); in DexFile_getDexFileOutputPaths()
943 is_vdex_only = best_oat_file->IsBackedByVdexOnly(); in DexFile_getDexFileOutputPaths()
948 if (!is_vdex_only) { in DexFile_getDexFileOutputPaths()