/third_party/ltp/testcases/kernel/syscalls/openat2/ |
H A D | openat202.c | 26 {"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 D | errno.rs | 166 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 D | 3-2.c | 109 EXDEV, "EXDEV", EXDEV}, {
|
H A D | 4-1.c | 104 EXDEV, "EXDEV"}, {
|
H A D | 3-1-buildonly.c | 98 static int dummy79 = EXDEV;
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 371 #if defined(EXDEV) && !defined(_WIN32) 372 # define UV__EXDEV UV__ERR(EXDEV)
|
/third_party/node/deps/uv/include/uv/ |
H A D | errno.h | 371 #if defined(EXDEV) && !defined(_WIN32) 372 # define UV__EXDEV UV__ERR(EXDEV)
|
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
H A D | copy_file_range.h | 79 return TST_ERR == EXDEV ? 0 : 1; in verify_cross_fs_copy_support()
|
/third_party/ltp/testcases/kernel/syscalls/link/ |
H A D | link08.c | 11 * 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 D | errno.h | 19 #define EXDEV 18 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 19 #define EXDEV 18 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 19 #define EXDEV 18 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 18 #define EXDEV 18 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 19 #define EXDEV 18 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 65 #define EXDEV 18 /* Cross-device link */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 18 #define EXDEV 18 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 18 #define EXDEV 18 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 18 #define EXDEV 18 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 18 #define EXDEV 18 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 18 #define EXDEV 18 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 18 #define EXDEV 18 macro
|
/third_party/python/PC/ |
H A D | errmap.h | 111 return EXDEV; in winerror_to_errno()
|
/third_party/ffmpeg/libavutil/ |
H A D | error.c | 104 { EERROR_TAG(EXDEV), "Cross-device link" },
|
/third_party/NuttX/fs/vfs/ |
H A D | fs_link.c | 117 ret = -EXDEV;
in do_link()
|
/third_party/musl/libc-test/src/api/ |
H A D | errno.c | 87 C(EXDEV) in f()
|