Home
last modified time | relevance | path

Searched refs:F_GETPATH (Results 1 - 7 of 7) sorted by relevance

/third_party/libuv/src/unix/
H A Dkqueue.c466 #if defined(F_GETPATH) in uv__fs_event()
479 #if defined(F_GETPATH) in uv__fs_event()
484 if (fcntl(handle->event_watcher.fd, F_GETPATH, pathbuf) == 0) in uv__fs_event()
/third_party/node/deps/uv/src/unix/
H A 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/python/Modules/
H A 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/
H A Dtest_fcntl.py186 @unittest.skipIf(sys.platform != 'darwin', "F_GETPATH is only available on macos")
190 res = fcntl.fcntl(self.f.fileno(), fcntl.F_GETPATH, bytes(len(expected)))
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs916 pub const F_GETPATH: ::c_int = 19; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1431 pub const F_GETPATH: ::c_int = 15; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3097 pub const F_GETPATH: ::c_int = 50; consts

Completed in 26 milliseconds