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

Declarations

tools/lldb/include/lldb/Host/FileCache.h
   33   bool CloseFile(lldb::user_id_t fd, Status &error);

References

tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  399         !FileCache::GetInstance().CloseFile(fd_dst, error)) {
tools/lldb/source/Target/RemoteAwarePlatform.cpp
   75     return FileCache::GetInstance().CloseFile(fd, error);