Searched refs:F_SETPIPE_SZ (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dfcntl.h27 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
/external/chromium_org/remoting/host/linux/
H A Daudio_pipe_reader.cc34 #if !defined(F_SETPIPE_SZ)
35 // F_SETPIPE_SZ is supported only starting linux 2.6.35, but we want to be able
37 #define F_SETPIPE_SZ 1031 macro
38 #endif // defined(F_SETPIPE_SZ)
142 pipe_.GetPlatformFile(), F_SETPIPE_SZ, kPipeBufferSizeBytes)) < 0) {

Completed in 107 milliseconds