Home
last modified time | relevance | path

Searched defs:directory (Results 1 – 4 of 4) sorted by relevance

/thrift-3.4.0/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/
DAbstractThriftMojo.java208 ImmutableSet<File> findGeneratedFilesInDirectory(File directory) throws IOException { in findGeneratedFilesInDirectory()
325 ImmutableSet<File> findThriftFilesInDirectory(File directory) throws IOException { in findThriftFilesInDirectory()
327 checkArgument(directory.isDirectory(), "%s is not a directory", directory); in findThriftFilesInDirectory() local
DThrift.java204 private boolean checkThriftFileIsInThriftPathHelper(File directory) { in checkThriftFileIsInThriftPathHelper()
/thrift-3.4.0/lib/cpp/test/
DTFileTransportTest.cpp87 TempFile(const char* directory, const char* prefix) { in TempFile()
/thrift-3.4.0/compiler/cpp/src/thrift/generate/
Dt_php_generator.cc276 string php_namespace_directory(string directory, bool end = true) { in php_namespace_directory()