Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_platform_file.cc45 bool close_source_handle) { in GetPlatformFileForTransit() argument
49 if (close_source_handle) in GetPlatformFileForTransit()
67 int fd = close_source_handle ? handle : HANDLE_EINTR(::dup(handle)); in GetPlatformFileForTransit()
Dipc_platform_file.h76 GetPlatformFileForTransit(base::PlatformFile file, bool close_source_handle);