Home
last modified time | relevance | path

Searched refs:EXDEV (Results 1 - 25 of 83) sorted by relevance

1234

/third_party/ltp/testcases/kernel/syscalls/openat2/
H A Dopenat202.c26 {"resolve-no-xdev", "/proc/version", RESOLVE_NO_XDEV, EXDEV},
29 {"resolve-beneath", "/proc/version", RESOLVE_BENEATH, EXDEV},
30 {"resolve-beneath", "../foo", RESOLVE_BENEATH, EXDEV},
/third_party/rust/crates/nix/src/
H A Derrno.rs166 EXDEV => "Cross-device link",
1142 EXDEV = libc::EXDEV,
1287 libc::EXDEV => EXDEV,
1432 EXDEV = libc::EXDEV,
1550 libc::EXDEV => EXDEV,
1668 EXDEV
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c109 EXDEV, "EXDEV", EXDEV}, {
H A D4-1.c104 EXDEV, "EXDEV"}, {
H A D3-1-buildonly.c98 static int dummy79 = EXDEV;
/third_party/libuv/include/uv/
H A Derrno.h371 #if defined(EXDEV) && !defined(_WIN32)
372 # define UV__EXDEV UV__ERR(EXDEV)
/third_party/node/deps/uv/include/uv/
H A Derrno.h371 #if defined(EXDEV) && !defined(_WIN32)
372 # define UV__EXDEV UV__ERR(EXDEV)
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
H A Dcopy_file_range.h79 return TST_ERR == EXDEV ? 0 : 1; in verify_cross_fs_copy_support()
/third_party/ltp/testcases/kernel/syscalls/link/
H A Dlink08.c11 * 2. link() fails with -1 return value and sets errno to EXDEV
41 {TEST_FILE2, TEST_FILE, EXDEV},
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h19 #define EXDEV 18 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h19 #define EXDEV 18 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h19 #define EXDEV 18 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h18 #define EXDEV 18 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h19 #define EXDEV 18 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h65 #define EXDEV 18 /* Cross-device link */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h18 #define EXDEV 18 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h18 #define EXDEV 18 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h18 #define EXDEV 18 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h18 #define EXDEV 18 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h18 #define EXDEV 18 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h18 #define EXDEV 18 macro
/third_party/python/PC/
H A Derrmap.h111 return EXDEV; in winerror_to_errno()
/third_party/ffmpeg/libavutil/
H A Derror.c104 { EERROR_TAG(EXDEV), "Cross-device link" },
/third_party/NuttX/fs/vfs/
H A Dfs_link.c117 ret = -EXDEV; in do_link()
/third_party/musl/libc-test/src/api/
H A Derrno.c87 C(EXDEV) in f()

Completed in 13 milliseconds

1234