OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCloseOnExec
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/nacl_host/
nacl_process_host.cc
35
void
SetCloseOnExec
(nacl::Handle fd) {
117
SetCloseOnExec
(pair[0]);
118
SetCloseOnExec
(pair[1]);
/art/runtime/
zip_archive.cc
318
static void
SetCloseOnExec
(int fd) {
343
SetCloseOnExec
(fd);
/external/chromium/chrome/browser/
process_singleton_linux.cc
121
int
SetCloseOnExec
(int fd) {
222
rv =
SetCloseOnExec
(sock);
[
all
...]
/external/chromium_org/components/nacl/browser/
nacl_process_host.cc
154
void
SetCloseOnExec
(NaClHandle fd) {
404
SetCloseOnExec
(pair[0]);
405
SetCloseOnExec
(pair[1]);
[
all
...]
/external/chromium_org/chrome/browser/
process_singleton_linux.cc
117
int
SetCloseOnExec
(int fd) {
218
rv =
SetCloseOnExec
(sock);
[
all
...]
Completed in 525 milliseconds