OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close_fds
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py
73
#
close_fds
is a workaround for http://bugs.python.org/issue2320
74
close_fds
= sys.platform not in ('win32', 'cygwin')
78
close_fds
=
close_fds
,
chromium.py
386
# We need to pass
close_fds
=True to work around Python bug #2320
389
# Note that
close_fds
isn't supported on Windows, but this bug only
395
close_fds
=close_flag)
/external/clang/tools/scan-view/
startfile.py
58
stderr=inout,
close_fds
=closefds,
/external/webkit/Tools/Scripts/webkitpy/common/system/
executive.py
108
# We need to pass
close_fds
=True to work around Python bug #2320
111
# Note that
close_fds
isn't supported on Windows, but this bug only
122
close_fds
=self._should_close_fds())
371
close_fds
=self._should_close_fds())
/development/scripts/
stack
161
close_fds
=True)
/external/llvm/utils/lit/lit/
TestRunner.py
20
# Don't use
close_fds
on Windows.
168
close_fds
= kUseCloseFDs))
/external/dhcpcd/
client.c
223
close_fds
();
[
all
...]
Completed in 456 milliseconds