Searched refs:nativeExe (Results 1 – 1 of 1) sorted by relevance
125 File nativeExe = new File(mCtsBuild.getTestCasesDir(), mExeName); in installTest() local126 if (!nativeExe.exists()) { in installTest()127 CLog.e("Native test not found: " + nativeExe); in installTest()132 if (!mDevice.pushFile(nativeExe, devicePath)) { in installTest()