Home
last modified time | relevance | path

Searched refs:F_GETPATH (Results 1 – 17 of 17) sorted by relevance

/third_party/libuv/src/unix/
Dkqueue.c469 #if defined(F_GETPATH) in uv__fs_event()
482 #if defined(F_GETPATH) in uv__fs_event()
487 if (fcntl(handle->event_watcher.fd, F_GETPATH, pathbuf) == 0) in uv__fs_event()
/third_party/node/deps/uv/src/unix/
Dkqueue.c469 #if defined(F_GETPATH) in uv__fs_event()
482 #if defined(F_GETPATH) in uv__fs_event()
487 if (fcntl(handle->event_watcher.fd, F_GETPATH, pathbuf) == 0) in uv__fs_event()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc567 #if !defined(F_GETPATH)
588 #if defined(F_GETPATH)
589 // When F_GETPATH is availble, it is the quickest way to get
592 if (::fcntl(ResultFD, F_GETPATH, Buffer) != -1)
645 #if defined(F_GETPATH)
646 // When F_GETPATH is availble, it is the quickest way to get
649 if (::fcntl(FD, F_GETPATH, ResultPath.begin()) == -1)
/third_party/python/Modules/
Dfcntlmodule.c519 #ifdef F_GETPATH in all_ins()
520 if (PyModule_AddIntMacro(m, F_GETPATH)) return -1; in all_ins()
/third_party/python/Lib/test/
Dtest_fcntl.py190 res = fcntl.fcntl(self.f.fileno(), fcntl.F_GETPATH, bytes(len(expected)))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc906 #if !defined(F_GETPATH)
998 #if defined(F_GETPATH)
999 // When F_GETPATH is availble, it is the quickest way to get
1002 if (::fcntl(ResultFD, F_GETPATH, Buffer) != -1)
/third_party/python/Doc/library/
Dfcntl.rst37 On macOS, the fcntl module exposes the ``F_GETPATH`` constant, which obtains
/third_party/rust/crates/libc/libc-test/semver/
Dnetbsd.txt377 F_GETPATH
Ddragonfly.txt309 F_GETPATH
Dapple.txt421 F_GETPATH
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs916 pub const F_GETPATH: ::c_int = 19; constant
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs1649 ret(c::fcntl(borrowed_fd(fd), c::F_GETPATH, buf.as_mut_ptr()))?; in getpath()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1431 pub const F_GETPATH: ::c_int = 15; constant
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3097 pub const F_GETPATH: ::c_int = 50; constant
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst2003 Add ``F_GETPATH`` command to :mod:`fcntl`.
/third_party/node/deps/uv/
DChangeLog5401 * darwin: look up file path with F_GETPATH (Ben Noordhuis)
/third_party/libuv/
DChangeLog5401 * darwin: look up file path with F_GETPATH (Ben Noordhuis)