Searched defs:tempdir (Results 1 - 16 of 16) 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/clang/tools/scan-build-py/libscanbuild/
H A D__init__.py33 def tempdir(): function
H A Danalyze.py23 from libscanbuild import initialize_logging, tempdir, command_entry_point namespace
317 default=tempdir(),
H A Dintercept.py35 from libscanbuild import duplicate_check, tempdir, initialize_logging namespace
94 with TemporaryDirectory(prefix='intercept-', dir=tempdir()) as tmp_dir:
/external/curl/src/
H A Dtool_dirhie.c104 char *tempdir; local
125 tempdir = strtok(outdup, PATH_DELIMITERS);
127 while(tempdir != NULL) {
134 snprintf(&dirbuildup[dlen], outlen - dlen, "%s%s", DIR_CHAR, tempdir);
136 if(outdup == tempdir)
138 strcpy(dirbuildup, tempdir);
140 snprintf(dirbuildup, outlen, "%s%s", DIR_CHAR, tempdir);
150 tempdir = tempdir2;
/external/swiftshader/third_party/subzero/pydir/
H A Dbuild-pnacl-ir.py27 tempdir = tempfile.mkdtemp() variable
31 llname = os.path.join(tempdir, basename + '.ll')
44 shutil.rmtree(tempdir)
/external/autotest/client/cros/
H A Downership.py42 tempdir = autotemp.tempdir(unique_id='ownership') variable in class:scoped_tempfile
287 keyfile = scoped_tempfile.tempdir.name + '/private.key'
288 certfile = scoped_tempfile.tempdir.name + '/cert.pem'
320 for_push = scoped_tempfile(scoped_tempfile.tempdir.name + '/for_push.p12')
340 outfile = scoped_tempfile(scoped_tempfile.tempdir.name + '/pubkey.der')
366 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/python/cpython2/Lib/
H A Dtempfile.py15 tempdir - If this is set to a string before the first use of
26 "tempdir", "gettempdir"
263 """Accessor for tempdir.template."""
266 tempdir = None variable
269 """Accessor for tempfile.tempdir."""
270 global tempdir
271 if tempdir is None:
274 if tempdir is None:
275 tempdir = _get_default_tempdir()
278 return tempdir
[all...]
/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/python/cpython2/PC/bdist_wininst/
H A Dinstall.c1047 char tempdir[MAX_PATH]; local
1075 if (!GetTempPath(sizeof(tempdir), tempdir)
1076 || !GetTempFileName(tempdir, "~du", 0, ini_file)) {
/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/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 366 milliseconds