Searched refs:dest_file (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/contrib/ee/ |
| HD | genstr | 7 echo usage $0 source_file dest_file
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| HD | SBTarget.h | 792 lldb::SBError BreakpointsWriteToFile(SBFileSpec &dest_file); 809 lldb::SBError BreakpointsWriteToFile(SBFileSpec &dest_file,
|
| /freebsd-13-stable/usr.bin/xinstall/tests/ |
| HD | install_test.sh | 400 dest_file=$dest_path/$filename 406 dest_path_relative=$(readlink $dest_file)
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBTarget.cpp | 1243 lldb::SBError SBTarget::BreakpointsWriteToFile(SBFileSpec &dest_file) { in BreakpointsWriteToFile() argument 1244 LLDB_INSTRUMENT_VA(this, dest_file); in BreakpointsWriteToFile() 1253 return BreakpointsWriteToFile(dest_file, bkpt_list); in BreakpointsWriteToFile() 1256 lldb::SBError SBTarget::BreakpointsWriteToFile(SBFileSpec &dest_file, in BreakpointsWriteToFile() argument 1259 LLDB_INSTRUMENT_VA(this, dest_file, bkpt_list, append); in BreakpointsWriteToFile() 1271 sberr.ref() = target_sp->SerializeBreakpointsToFile(dest_file.ref(), in BreakpointsWriteToFile()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | Platform.cpp | 1160 lldb::user_id_t dest_file = OpenFile( in PutFile() local 1164 LLDB_LOGF(log, "dest_file = %" PRIu64 "\n", dest_file); in PutFile() 1168 if (dest_file == UINT64_MAX) in PutFile() 1179 WriteFile(dest_file, offset, buffer_sp->GetBytes(), bytes_read, error); in PutFile() 1190 CloseFile(dest_file, error); in PutFile()
|