Searched refs:F_GETPATH (Results 1 – 17 of 17) sorted by relevance
/third_party/libuv/src/unix/ |
D | kqueue.c | 469 #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/ |
D | kqueue.c | 469 #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/ |
D | Path.inc | 567 #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/ |
D | fcntlmodule.c | 519 #ifdef F_GETPATH in all_ins() 520 if (PyModule_AddIntMacro(m, F_GETPATH)) return -1; in all_ins()
|
/third_party/python/Lib/test/ |
D | test_fcntl.py | 190 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/ |
D | Path.inc | 906 #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/ |
D | fcntl.rst | 37 On macOS, the fcntl module exposes the ``F_GETPATH`` constant, which obtains
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | netbsd.txt | 377 F_GETPATH
|
D | dragonfly.txt | 309 F_GETPATH
|
D | apple.txt | 421 F_GETPATH
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 916 pub const F_GETPATH: ::c_int = 19; constant
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | syscalls.rs | 1649 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/ |
D | mod.rs | 1431 pub const F_GETPATH: ::c_int = 15; constant
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 3097 pub const F_GETPATH: ::c_int = 50; constant
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a1.rst | 2003 Add ``F_GETPATH`` command to :mod:`fcntl`.
|
/third_party/node/deps/uv/ |
D | ChangeLog | 5401 * darwin: look up file path with F_GETPATH (Ben Noordhuis)
|
/third_party/libuv/ |
D | ChangeLog | 5401 * darwin: look up file path with F_GETPATH (Ben Noordhuis)
|