Home
last modified time | relevance | path

Searched refs:getfile (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/test/
Dpem_read_depr_test.c26 static BIO *getfile(const char *filename) in getfile() function
44 BIO *infile = getfile("dhparams.pem"); in test_read_dh_params()
65 BIO *infile = getfile("x942params.pem"); in test_read_dh_x942_params()
88 BIO *infile = getfile("dsaparams.pem"); in test_read_dsa_params()
109 BIO *infile = getfile("dsaprivatekey.pem"); in test_read_dsa_private()
130 BIO *infile = getfile("dsapublickey.pem"); in test_read_dsa_public()
152 BIO *infile = getfile("rsaprivatekey.pem"); in test_read_rsa_private()
173 BIO *infile = getfile("rsapublickey.pem"); in test_read_rsa_public()
/third_party/python/Lib/
Dinspect.py773 def getfile(object): function
817 filename = getfile(object)
844 _filename = getsourcefile(object) or getfile(object)
945 file = getfile(object)
1625 filename = getsourcefile(frame) or getfile(frame)
Ddoctest.py908 file = inspect.getfile(obj)
/third_party/python/Lib/test/
Dtest_inspect.py528 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)
532 inspect.getfile(sys)
537 inspect.getfile(int)
542 inspect.getfile(abs)
545 inspect.getfile(list.append)
556 inspect.getfile(C)
564 inspect.getfile(er)
/third_party/python/Misc/NEWS.d/
D3.10.0a7.rst7 CVE-2021-3426: Remove the ``getfile`` feature of the :mod:`pydoc` module
D3.7.0a3.rst836 :func:`inspect.getfile` no longer computes the repr of unknown objects to
D3.9.0a1.rst3132 The exception message for ``inspect.getfile()`` now correctly reports the
/third_party/python/Doc/library/
Dinspect.rst498 .. function:: getfile(object)
/third_party/python/Misc/
DHISTORY2475 - Issue #20372: inspect.getfile (and a bunch of other inspect functions that