HomeSort by relevance Sort by last modified time
    Searched defs:fcntl (Results 1 - 25 of 34) sorted by null

1 2

  /bionic/libc/arch-arm64/syscalls/
fcntl.S 5 ENTRY(fcntl) function
14 END(fcntl)
  /bionic/libc/arch-mips64/syscalls/
fcntl.S 5 ENTRY(fcntl) function
25 END(fcntl)
  /bionic/libc/arch-x86_64/syscalls/
fcntl.S 5 ENTRY(fcntl) function
15 END(fcntl)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
fcntl.c 10 int fcntl(int fd, int cmd, ...) { function
  /development/ndk/sources/android/libportable/arch-x86/
fcntl.c 18 #include <fcntl.h>
24 int WRAP(fcntl)(int fd, int cmd, ...) function
  /external/chromium_org/tools/gyp/pylib/gyp/
flock_tool.py 9 import fcntl namespace
39 # where fcntl.flock(fd, LOCK_EX) always fails
43 op = struct.pack('hhllhhl', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
44 fcntl.fcntl(fd, fcntl.F_SETLK, op)
mac_tool.py 11 import fcntl namespace
215 fcntl.flock(fd, fcntl.LOCK_EX)
  /bionic/libc/bionic/
legacy_32_bit_support.cpp 30 #include <fcntl.h>
47 // For fcntl we use the fcntl64 system call to signal that we're using struct flock64.
48 int fcntl(int fd, int cmd, ...) { function
  /external/chromium_org/build/android/pylib/
cmd_helper.py 16 # fcntl is not available on Windows.
18 import fcntl namespace
20 fcntl = None variable
132 assert fcntl, 'fcntl module is required'
143 fl = fcntl.fcntl(child_fd, fcntl.F_GETFL)
144 fcntl.fcntl(child_fd, fcntl.F_SETFL, fl | os.O_NONBLOCK
    [all...]
ports.py 8 import fcntl namespace
53 fcntl.flock(fp_lock, fcntl.LOCK_EX)
73 fcntl.flock(fp_lock, fcntl.LOCK_UN)
forwarder.py 7 import fcntl namespace
39 fcntl.flock(self._fd, fcntl.LOCK_EX)
42 fcntl.flock(self._fd, fcntl.LOCK_UN)
  /external/chromium_org/build/android/
surface_stats.py 49 import fcntl, termios, struct namespace
53 fcntl.ioctl(0, termios.TIOCGWINSZ,
  /external/lldb/test/pexpect-2.4/examples/
script.py 22 import signal, fcntl, termios, struct namespace
89 a = struct.unpack ('HHHH', fcntl.ioctl(sys.stdout.fileno(), TIOCGWINSZ , s))
  /development/ndk/sources/android/libportable/arch-mips/
fcntl.c 18 #include <fcntl.h>
70 * Maps a fcntl portable cmd to a native command.
289 int WRAP(fcntl)(int fd, int portable_cmd, ...) function
  /external/bison/lib/
fcntl.c 23 #include <fcntl.h>
31 # define rpl_fcntl fcntl
33 #undef fcntl macro
152 native fcntl. An unrecognized ACTION returns -1 with errno set to
194 int flags = fcntl (fd, F_GETFD);
200 result = fcntl (fd, action, target);
201 if (0 <= result && fcntl (fd, F_SETFD, flags) == -1)
235 result = fcntl (fd, action, target);
256 int flags = fcntl (result, F_GETFD);
257 if (flags < 0 || fcntl (result, F_SETFD, flags | FD_CLOEXEC) == -1
    [all...]
error.c 88 # include <fcntl.h>
99 /* The gnulib override of fcntl is not needed in this file. */
100 # undef fcntl macro
130 There is no fcntl, and the gnulib replacement fcntl does not support
135 # error Please port fcntl to your platform
137 return 0 <= fcntl (fd, F_GETFL);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
platforminfo.py 113 import fcntl namespace
116 packed = fcntl.ioctl(sys.stderr.fileno(), termios.TIOCGWINSZ, '\0' * 8)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
monsoon.py 8 Currently Unix-only. Relies on fcntl, /dev, and /tmp.
68 import fcntl namespace
69 fcntl.lockf(self._tempfile, fcntl.LOCK_EX | fcntl.LOCK_NB)
  /cts/tools/utils/
monsoon.py 38 import fcntl namespace
94 fcntl.lockf(self._tempfile, fcntl.LOCK_EX | fcntl.LOCK_NB)
  /cts/apps/CtsVerifier/assets/scripts/power_monitors/
monsoon.py 18 import fcntl namespace
67 fcntl.lockf(lockfile, fcntl.LOCK_EX | fcntl.LOCK_NB)
  /external/bison/darwin-lib/
fcntl.h 2 /* Like <fcntl.h>, but with non-working flags defined to 0.
33 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution.
34 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an
41 #include_next <fcntl.h>
52 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution.
53 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an
61 #include_next <fcntl.h>
400 # undef fcntl
401 # define fcntl rpl_fcntl
403 _GL_FUNCDECL_RPL (fcntl, int, (int fd, int action, ...))
411 _GL_CXXALIASWARN (fcntl); variable
413 # undef fcntl macro
    [all...]
  /external/bison/linux-lib/
fcntl.h 2 /* Like <fcntl.h>, but with non-working flags defined to 0.
33 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution.
34 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an
41 #include_next <fcntl.h>
52 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution.
53 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an
61 #include_next <fcntl.h>
400 # undef fcntl macro
401 # define fcntl rpl_fcntl macro
403 _GL_FUNCDECL_RPL (fcntl, int, (int fd, int action, ...))
411 _GL_CXXALIASWARN (fcntl); variable
413 # undef fcntl macro
    [all...]
  /external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl_unittest.cc 8 #include <fcntl.h>
44 static int fcntl(int fd, int cmd, unsigned long arg = 0) { function in class:sandbox::bpf_dsl::__anon15169::Stubs
319 ASSERT_SYSCALL_RESULT(-ENOENT, fcntl, sock_fd.get(), F_GETFD);
320 ASSERT_SYSCALL_RESULT(-ENOENT, fcntl, sock_fd.get(), F_GETFL);
322 ASSERT_SYSCALL_RESULT(0, fcntl, sock_fd.get(), F_SETFD, O_CLOEXEC);
323 ASSERT_SYSCALL_RESULT(-EINVAL, fcntl, sock_fd.get(), F_SETFD, 0);
325 ASSERT_SYSCALL_RESULT(-EPERM, fcntl, sock_fd.get(), F_SETFL, O_RDONLY);
327 ASSERT_SYSCALL_RESULT(-EACCES, fcntl, sock_fd.get(), F_DUPFD, 0);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py 50 import fcntl namespace
148 fl = fcntl.fcntl(fd, fcntl.F_GETFL)
149 fcntl.fcntl(fd, fcntl.F_SETFL, fl | os.O_NONBLOCK)
151 fl = fcntl.fcntl(fd, fcntl.F_GETFL
    [all...]
  /external/chromium_org/third_party/pexpect/
pexpect.py 79 import fcntl namespace
    [all...]

Completed in 652 milliseconds

1 2