Searched refs:getGTestCmdLine (Results 1 – 2 of 2) sorted by relevance
494 String cmd_line = mGTest.getGTestCmdLine("test_path", "flags"); in testGetGTestCmdLine_defaults()503 String cmd_line = mGTest.getGTestCmdLine("test_path", "flags"); in testGetGTestCmdLine_runAs()513 String cmd_line = mGTest.getGTestCmdLine("test_path", "flags"); in testGetGTestCmdLine_testShard()
553 String cmd = getGTestCmdLine(fullPath, flags); in runTest()646 protected String getGTestCmdLine(String fullPath, String flags) { in getGTestCmdLine() method in GTest