Lines Matching refs:temp_dir
45 struct temp_dir
61 Return a fresh 'struct temp_dir' on success. Upon error, an error message
63 extern struct temp_dir * create_temp_dir (const char *prefix,
70 extern void register_temp_file (struct temp_dir *dir,
76 extern void unregister_temp_file (struct temp_dir *dir,
82 extern void register_temp_subdir (struct temp_dir *dir,
89 extern void unregister_temp_subdir (struct temp_dir *dir,
94 extern int cleanup_temp_file (struct temp_dir *dir,
99 extern int cleanup_temp_subdir (struct temp_dir *dir,
104 extern int cleanup_temp_dir_contents (struct temp_dir *dir);
109 extern int cleanup_temp_dir (struct temp_dir *dir);