Searched defs:os (Results 1 - 2 of 2) sorted by relevance

/httpd/support/
H A Dctauditscts19 import os namespace
85 with closing(os.fdopen(tmp_leaf_pem[0], 'w')) as f:
132 os.system(cmd)
134 os.unlink(tmp_leaf_pem[1])
153 for dirpath, dnames, fnames in os.walk(top):
156 audit(os.path.join(dirpath, fn), tmp, already_checked, cur)
H A Dctlogconfig18 import os namespace
78 if not os.path.exists(pubkey):
303 if not os.path.exists(db_name):

Completed in 932 milliseconds