Home
last modified time | relevance | path

Searched refs:listResult (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustBinaryHostTest.java196 CommandResult listResult = runInvocation(invocation, "--list"); in countTests() local
201 if (listResult.getStatus() == CommandStatus.SUCCESS) { in countTests()
202 collectTestLines(listResult.getStdout().split("\n"), foundTests); in countTests()
208 listResult.getStdout(), in countTests()
209 listResult.getStderr()); in countTests()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/contentprovider/
DContentProviderHandler.java407 String[] listResult = listCommandResult.split("[\\r\\n]+"); in pullDirInternal() local
409 for (String row : listResult) { in pullDirInternal()