Searched refs:wrapperFileName (Results 1 – 1 of 1) sorted by relevance
3878 String wrapperFileName = app.info.nativeLibraryDir + "/wrap.sh"; in startProcessLocked() local3881 if (new File(wrapperFileName).exists()) { in startProcessLocked()3882 invokeWith = "/system/bin/logwrapper " + wrapperFileName; in startProcessLocked()