Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/
H A DDexFile.cpp88 static bool has_dex_support = CheckDexSupport(); in Create() local
89 if (!has_dex_support || file_size == 0) { in Create()