Searched refs:lsOutput (Results 1 – 1 of 1) sorted by relevance
1527 String lsOutput = executeShellCommand(String.format("ls -A1 %s", path)); in getChildren() local1528 if (lsOutput.trim().isEmpty()) { in getChildren()1531 return lsOutput.split("\r?\n"); in getChildren()