Home
last modified time | relevance | path

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

/art/build/apex/
Dart_apex_test.py74 def __init__(self, apex, tmpdir, debugfs): argument
151 def __init__(self, apex): argument
184 def __init__(self, apex, tmpdir): argument
/art/libartbase/base/
Dcommon_art_test.cc395 const char* apex = (jar_prefix == "conscrypt") ? "com.android.conscrypt" : "com.android.art"; in GetDexFileName() local