reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Target/Platform.cpp
 1633     error.SetErrorStringWithFormat("unable to open destination file: %s",
 1635     return error;
 1639                          lldb::eFilePermissionsFileDefault, error);
 1641   if (error.Fail()) {
 1642     error.SetErrorStringWithFormat("unable to open source file: %s",
 1643                                    error.AsCString());
 1644     return error;
 1654         ReadFile(src_fd, offset, &buffer[0], to_read, error);
 1655     if (error.Fail())
 1658       error.SetErrorString("read 0 bytes");
 1669   return error;