Searched refs:thriftPathElement (Results 1 – 1 of 1) sorted by relevance
111 for (File thriftPathElement : thriftPathElements) { in buildThriftCommand()113 command.add(thriftPathElement.toString()); in buildThriftCommand()235 public Builder addThriftPathElement(File thriftPathElement) { in addThriftPathElement() argument236 checkNotNull(thriftPathElement); in addThriftPathElement()237 checkArgument(thriftPathElement.isDirectory()); in addThriftPathElement()238 thriftPathElements.add(thriftPathElement); in addThriftPathElement()246 for (File thriftPathElement : thriftPathElements) { in addThriftPathElements()247 addThriftPathElement(thriftPathElement); in addThriftPathElements()