Home
last modified time | relevance | path

Searched refs:tmp_file (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/msan/Linux/
H A Dfile.cpp19 char tmp_file[1000]; in main() local
20 sprintf(tmp_file, "%s.write.tmp", argv[0]); in main()
22 f = fopen(tmp_file, "w+"); in main()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DModuleCache.h62 const ModuleSpec &module_spec, const FileSpec &tmp_file,
/llvm-project-15.0.7/lldb/source/Target/
H A DModuleCache.cpp192 const ModuleSpec &module_spec, const FileSpec &tmp_file, in Put() argument
199 const auto tmp_file_path = tmp_file.GetPath(); in Put()