Home
last modified time | relevance | path

Searched defs:tempdir (Results 1 – 8 of 8) sorted by relevance

/third_party/nghttp2/script/
Dfetch-ocsp-response155 def verify_response(cmd, tempdir, issuer_fn, respder_fn): argument
191 def fetch_ocsp_response(cmd, cert_fn, tempdir, issuer_fn=None): argument
243 tempdir = None variable
248 tempdir = tempfile.mkdtemp() variable
/third_party/curl/src/
Dtool_dirhie.c104 char *tempdir; in create_dir_hierarchy() local
/third_party/python/Lib/test/test_importlib/
Dfixtures.py15 def tempdir(): function
/third_party/python/Lib/test/test_importlib/source/
Dtest_finder.py162 def cleanup(tempdir): argument
/third_party/boost/libs/serialization/test/
Dtest_tools.hpp144 boost::filesystem::path tempdir(tmpdir()); in tmpnam() local
/third_party/python/Lib/multiprocessing/
Dutil.py132 def _remove_temp_dir(rmtree, tempdir): argument
/third_party/python/Lib/
Dtempfile.py283 tempdir = None variable
/third_party/cef/tests/ceftests/
Drequest_context_unittest.cc138 CefScopedTempDir tempdir; in TEST() local