Searched refs:filesDir (Results 1 – 2 of 2) sorted by relevance
63 String filesDir = getFilesDir().getPath(); in executeBinary() local71 File outFile = new File(filesDir, TEST_BINARY_FILEANAME); in executeBinary()83 Log.d(TAG, "Copied " + testBinaryPath + " to " + filesDir); in executeBinary()85 String executablePath = filesDir + "/" + TEST_BINARY_FILEANAME; in executeBinary()
282 this.filesDir = "[PC Preview] unknow filesDir";