Home
last modified time | relevance | path

Searched refs:UnwrapPlatformFile (Results 1 – 3 of 3) sorted by relevance

/external/libmojo/mojo/public/cpp/system/
Dplatform_handle.h59 MojoResult UnwrapPlatformFile(ScopedHandle handle, base::PlatformFile* file);
Dplatform_handle.cc47 MojoResult UnwrapPlatformFile(ScopedHandle handle, base::PlatformFile* file) { in UnwrapPlatformFile() function
/external/libmojo/mojo/common/
Dcommon_custom_types_struct_traits.cc66 if (mojo::UnwrapPlatformFile(data.TakeFd(), &platform_handle) != in Read()