Home
last modified time | relevance | path

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

/art/test/odsign/test-src/com/android/tests/odsign/
DOnDeviceSigningHostTest.java79 ApexInfo apex = mInstallUtils.getApexInfo(mInstallUtils.getTestFile(APEX_FILENAME)); in cleanup() local
/art/build/apex/
Dart_apex_test.py86 def __init__(self, apex): argument
119 def __init__(self, apex, tmpdir): argument
/art/runtime/
Druntime.cc1286 std::string_view apex = jar.substr(start + 1, end - start - 1); in InitializeApexVersions() local