Home
last modified time | relevance | path

Searched refs:getfile (Results 1 - 5 of 5) sorted by relevance

/third_party/openssl/test/
H A 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/curl/tests/
H A Dmemanalyze.pl270 $getfile{$1}="$source:$linenum";
276 $getfile{$1}="$source:$linenum";
279 $getfile{$2}="$source:$linenum";
284 $getfile{$1}="$source:$linenum";
396 print "Open file descriptor created at ".$getfile{$_}."\n";
/third_party/python/Lib/
H A Dinspect.py14 getfile(), getsourcefile(), getsource() - find an object's source code
89 "getfile",
896 def getfile(object): function
940 filename = getfile(object)
967 _filename = getsourcefile(object) or getfile(object)
1068 file = getfile(object)
1688 filename = getsourcefile(frame) or getfile(frame)
H A Ddoctest.py908 file = inspect.getfile(obj)
/third_party/python/Lib/test/
H A Dtest_inspect.py46 # getdoc, getfile, getmodule, getsourcefile, getcomments, getsource,
599 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)
603 inspect.getfile(sys)
608 inspect.getfile(int)
613 inspect.getfile(abs)
616 inspect.getfile(list.append)
627 inspect.getfile(C)
635 inspect.getfile(er)

Completed in 19 milliseconds