Searched defs:tempdir (Results 1 – 8 of 8) sorted by relevance
33 def tempdir(): function
32 class tempdir(unittest.TestCase): class
73 class tempdir(object): class
96 char *tempdir; in create_dir_hierarchy() local
64 def __init__(self, data_dir, cutoff, output_dir, tempdir): argument
42 tempdir = autotemp.tempdir(unique_id='ownership') variable in scoped_tempfile
151 ScopedTempDir tempdir; in TEST() local175 ScopedTempDir tempdir; in TEST() local
391 public DefaultTempFile(File tempdir) throws IOException { in DefaultTempFile()