Searched refs:target_file (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/sdiff/ |
H A D | sdiff.c | 153 char *target_file; in mktmpcpy() local 176 if (asprintf(&target_file, "%s/sdiff.XXXXXXXXXX", tmpdir) == -1) in mktmpcpy() 178 if ((ofd = mkstemp(target_file)) == -1) { in mktmpcpy() 179 warn("error opening %s", target_file); in mktmpcpy() 188 warn("error writing to %s", target_file); in mktmpcpy() 200 return (target_file); in mktmpcpy() 203 unlink(target_file); in mktmpcpy()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ModuleCache.cpp | 193 const FileSpec &target_file) { in Put() argument 197 JoinPath(module_spec_dir, target_file.GetFilename().AsCString()); in Put() 208 root_dir_spec, hostname, target_file, module_file_path, true); in Put()
|
H A D | Platform.cpp | 1813 FileSpec target_file = GetWorkingDirectory(); in LoadImage() local 1814 target_file.AppendPathComponent(local_file.GetFilename().AsCString()); in LoadImage() 1815 if (IsRemote() || local_file != target_file) { in LoadImage() 1816 error = Install(local_file, target_file); in LoadImage() 1820 return DoLoadImage(process, target_file, nullptr, error); in LoadImage()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ModuleCache.h | 63 const FileSpec &target_file);
|