Searched refs:scriptFilepath (Results 1 – 1 of 1) sorted by relevance
113 String scriptFilepath = getDeviceScriptFilepath(); in testNonZygoteProgramIsNotDebuggable() local121 scriptProcess = runScriptInBackground(scriptFilepath); in testNonZygoteProgramIsNotDebuggable()142 private Process runScriptInBackground(String scriptFilepath) throws IOException { in runScriptInBackground() argument143 String[] shellScriptCommand = buildAdbCommand("shell", scriptFilepath); in runScriptInBackground()