Home
last modified time | relevance | path

Searched refs:tmpDir (Results 1 – 3 of 3) sorted by relevance

/thrift-3.4.0/contrib/thrift-maven-plugin/src/test/java/org/apache/thrift/maven/
DTestAbstractThriftMojo.java43 final File tmpDir = new File(System.getProperty("java.io.tmpdir")); in setUp() local
44 testRootDir = new File(tmpDir, "thrift-test"); in setUp()
DTestThrift.java43 final File tmpDir = new File(System.getProperty("java.io.tmpdir")); in setup() local
44 testRootDir = new File(tmpDir, "thrift-test"); in setup()
/thrift-3.4.0/lib/d/test/
Dtransport_test.d196 fileName_ = tmpDir ~ "/thrift.transport_test." ~ to!string(rndGen().front); in this()
221 static string tmpDir; variable
630 string tmpDir = defaultTempDir; in main() local
633 "tmp-dir", &tmpDir); in main()
638 CoupledFileTransports.tmpDir = tmpDir; in main()