Searched defs:tempdir (Results 1 - 15 of 15) sorted by relevance

/external/autotest/client/common_lib/
H A Dautotemp_unittest.py32 class tempdir(unittest.TestCase): class in inherits:unittest.TestCase
35 temp_dir = autotemp.tempdir(unique_id='dir')
41 temp_dir = autotemp.tempdir(unique_id='clean')
49 temp_dir = autotemp.tempdir(unique_id='del')
H A Dautotemp.py3 mkdtemp (known as tempdir).
73 class tempdir(object): class in inherits:object
78 @return A tempdir object
80 b = autotemp.tempdir(unique_id='exemdir')
90 @param unique_id: unique id of tempdir.
91 @param dir: parent directory of the tempdir. Defaults to /tmp.
93 eg: autotemp.tempdir(suffix='suffix', unique_id='123', prefix='prefix')
/external/curl/src/
H A Dtool_dirhie.c96 char *tempdir; local
115 tempdir = strtok(outdup, DIR_CHAR);
117 while(tempdir != NULL) {
124 snprintf(&dirbuildup[dlen], outlen - dlen, "%s%s", DIR_CHAR, tempdir);
127 strcpy(dirbuildup, tempdir);
129 snprintf(dirbuildup, outlen, "%s%s", DIR_CHAR, tempdir);
139 tempdir = tempdir2;
/external/jetty/src/java/org/eclipse/jetty/servlets/
H A DMultiPartFilter.java93 private File tempdir; field in class:MultiPartFilter
107 tempdir=(File)filterConfig.getServletContext().getAttribute("javax.servlet.context.tempdir");
155 MultipartConfigElement config = new MultipartConfigElement(tempdir.getCanonicalPath(), _maxFileSize, _maxRequestSize, _fileOutputBuffer);
156 MultiPartInputStream mpis = new MultiPartInputStream(in, content_type, config, tempdir);
/external/autotest/client/cros/
H A Downership.py42 tempdir = autotemp.tempdir(unique_id='ownership') variable in class:scoped_tempfile
302 keyfile = scoped_tempfile.tempdir.name + '/private.key'
303 certfile = scoped_tempfile.tempdir.name + '/cert.pem'
335 for_push = scoped_tempfile(scoped_tempfile.tempdir.name + '/for_push.p12')
355 outfile = scoped_tempfile(scoped_tempfile.tempdir.name + '/pubkey.der')
381 pem_key_file = scoped_tempfile(scoped_tempfile.tempdir.name + '/pkey.pem')
/external/libchrome/base/json/
H A Djson_value_serializer_unittest.cc151 ScopedTempDir tempdir; local
152 ASSERT_TRUE(tempdir.CreateUniqueTempDir());
154 FilePath temp_file(tempdir.path().AppendASCII("test.json"));
175 ScopedTempDir tempdir; local
176 ASSERT_TRUE(tempdir.CreateUniqueTempDir());
178 FilePath temp_file(tempdir.path().AppendASCII("test.json"));
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java391 public DefaultTempFile(File tempdir) throws IOException { argument
392 this.file = File.createTempFile("NanoHTTPD-", "", tempdir);
/external/guice/extensions/struts2/lib/
H A Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/lib/
H A Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 584 milliseconds