Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/base/
Dfile_mojom_traits.cc22 if (mojo::UnwrapPlatformFile(data.TakeFd(), &platform_handle) != in Read()
/external/libchrome/mojo/public/cpp/system/
Dplatform_handle.h94 MojoResult UnwrapPlatformFile(ScopedHandle handle, base::PlatformFile* file);
Dplatform_handle.cc219 MojoResult UnwrapPlatformFile(ScopedHandle handle, base::PlatformFile* file) { in UnwrapPlatformFile() function