Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DGeeTest.java125 File nativeExe = new File(mCtsBuild.getTestCasesDir(), mExeName); in installTest() local
126 if (!nativeExe.exists()) { in installTest()
127 CLog.e("Native test not found: " + nativeExe); in installTest()
132 if (!mDevice.pushFile(nativeExe, devicePath)) { in installTest()