Home
last modified time | relevance | path

Searched refs:PlatformFileFromPlatformHandleValue (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/core/
Dplatform_wrapper_unittest.cc49 base::PlatformFile PlatformFileFromPlatformHandleValue(uint64_t value) { in PlatformFileFromPlatformHandleValue() function
104 base::File file(PlatformFileFromPlatformHandleValue(platform_handle.value)); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
/external/libchrome/mojo/public/cpp/system/
Dplatform_handle.cc28 base::PlatformFile PlatformFileFromPlatformHandleValue(uint64_t value) { in PlatformFileFromPlatformHandleValue() function
231 *file = PlatformFileFromPlatformHandleValue(platform_handle.value); in UnwrapPlatformFile()