Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/build/android/
H A Dlist_class_verification_failures.py104 odex_file_exists = device.FileExists(odex_file)
105 if odex_file_exists:
/aosp_15_r20/external/cronet/build/android/
H A Dlist_class_verification_failures.py104 odex_file_exists = device.FileExists(odex_file)
105 if odex_file_exists:
/aosp_15_r20/art/runtime/oat/
H A Doat_file_assistant.cc354 bool odex_file_exists = false; in GetStatusDump() local
377 odex_file_exists = true; in GetStatusDump()
390 if (!oat_file_exists && !odex_file_exists) { in GetStatusDump()