OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCloseOnExec
(Results
1 - 3
of
3
) sorted by null
/art/libartbase/base/
zip_archive.cc
205
static void
SetCloseOnExec
(int fd) {
209
PLOG(ERROR) << "
SetCloseOnExec
is not supported on Windows.";
236
SetCloseOnExec
(GetFileDescriptor(handle));
252
SetCloseOnExec
(GetFileDescriptor(handle));
/external/libchrome/base/files/
file_util.h
414
BASE_EXPORT bool
SetCloseOnExec
(int fd);
file_util_posix.cc
417
if (!
SetCloseOnExec
(fd_out.get()))
419
if (!
SetCloseOnExec
(fd_in.get()))
442
bool
SetCloseOnExec
(int fd) {
804
SetCloseOnExec
(fileno(result));
[
all
...]
Completed in 2207 milliseconds