Searched refs:mRunTestAs (Results 1 – 1 of 1) sorted by relevance
122 private String mRunTestAs = null; field in GTestBase567 if (mRunTestAs != null) { in getGTestCmdLine()568 gTestCmdLine.append(String.format("su %s ", mRunTestAs)); in getGTestCmdLine()