Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dplatform_wrapper_unittest.cc41 uint64_t PlatformHandleValueFromPlatformFile(base::PlatformFile file) { in PlatformHandleValueFromPlatformFile() function
84 PlatformHandleValueFromPlatformFile(file.TakePlatformFile()); in TEST_F()
/external/libchrome/mojo/public/cpp/system/
Dplatform_handle.cc20 uint64_t PlatformHandleValueFromPlatformFile(base::PlatformFile file) { in PlatformHandleValueFromPlatformFile() function
209 platform_handle.value = PlatformHandleValueFromPlatformFile(platform_file); in WrapPlatformFile()
251 PlatformHandleValueFromPlatformFile(memory_handle.GetHandle()); in WrapSharedMemoryHandle()