Home
last modified time | relevance | path

Searched refs:CloseIfNecessary (Results 1 – 7 of 7) sorted by relevance

/external/libmojo/mojo/edk/embedder/
Dscoped_platform_handle.h21 ~ScopedPlatformHandle() { handle_.CloseIfNecessary(); } in ~ScopedPlatformHandle()
48 handle_.CloseIfNecessary();
Dplatform_handle.h31 void CloseIfNecessary();
66 void CloseIfNecessary();
Dplatform_handle_utils.h22 it->CloseIfNecessary(); in CloseAllPlatformHandles()
Dplatform_handle.cc21 void PlatformHandle::CloseIfNecessary() { in CloseIfNecessary() function in mojo::edk::PlatformHandle
Dplatform_channel_utils_posix.cc147 handles[i].CloseIfNecessary(); in PlatformChannelSendHandles()
/external/libmojo/mojo/public/cpp/system/
Dhandle.h79 ~ScopedHandleBase() { CloseIfNecessary(); } in ~ScopedHandleBase()
89 CloseIfNecessary();
117 CloseIfNecessary();
128 void CloseIfNecessary() { in CloseIfNecessary() function
/external/libmojo/mojo/edk/system/
Dchannel_posix.cc207 handle.CloseIfNecessary(); in ~ChannelPosix()
471 it->CloseIfNecessary(); in CloseHandles()