Searched defs:CloseFile (Results 1 – 11 of 11) sorted by relevance
52 auto CloseFile = make_scope_exit([&]() { sys::fs::closeFile(FD); }); in loadLinkableFile() local
113 auto CloseFile = make_scope_exit([&]() { sys::fs::closeFile(FD); }); in loadMachORelocatableObject() local
43 bool FileCache::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in FileCache
115 int CloseFile(int fd) { in CloseFile() function
221 int CloseFile(int Fd) { in CloseFile() function
109 bool RemoteAwarePlatform::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in RemoteAwarePlatform
649 bool Platform::CloseFile(user_id_t fd, Status &error) { in CloseFile() function in Platform
180 void CloseFile(fd_t fd) { in CloseFile() function
789 void CloseFile(fd_t fd) { in CloseFile() function
589 bool PlatformRemoteGDBServer::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in PlatformRemoteGDBServer
3126 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd, in CloseFile() function in GDBRemoteCommunicationClient