Searched refs:tmp_file (Results 1 – 3 of 3) sorted by relevance
19 char tmp_file[1000]; in main() local20 sprintf(tmp_file, "%s.write.tmp", argv[0]); in main()22 f = fopen(tmp_file, "w+"); in main()
62 const ModuleSpec &module_spec, const FileSpec &tmp_file,
192 const ModuleSpec &module_spec, const FileSpec &tmp_file, in Put() argument199 const auto tmp_file_path = tmp_file.GetPath(); in Put()