Home
last modified time | relevance | path

Searched refs:EXDEV (Results 1 – 25 of 78) sorted by relevance

1234

/external/u-boot/fs/yaffs2/
Dyportenv.h161 #ifndef EXDEV
162 #define EXDEV 18 macro
Dyaffs_error.c28 { EXDEV , "EXDEV" },
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c109 EXDEV, "EXDEV", EXDEV}, {
D4-1.c104 EXDEV, "EXDEV"}, {
D3-1-buildonly.c98 int dummy79 = EXDEV;
/external/libcxx/include/
Derrno.h280 #ifndef EXDEV
281 #define EXDEV 9951 macro
D__errc36 cross_device_link, // EXDEV
133 cross_device_link = EXDEV,
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp335 #ifndef EXDEV
336 #error EXDEV not defined
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h22 #define EXDEV 18 /* Cross-device link */ macro
/external/libusb/msvc/
Derrno.h42 #define EXDEV 18 /* Improper link (cross-device link?) */ macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h277 # ifndef EXDEV
278 # define EXDEV 18 macro
517 cross_device_link = EXDEV,
/external/python/cpython2/Lib/plat-os2emx/
D_emx_link.py50 raise OSError, (errno.EXDEV, 'Cross-device link')
/external/strace/tests-mx32/
Derrno2name.c474 #ifdef EXDEV in errno2name()
475 CASE(EXDEV); in errno2name()
/external/strace/tests-m32/
Derrno2name.c474 #ifdef EXDEV in errno2name()
475 CASE(EXDEV); in errno2name()
/external/strace/tests/
Derrno2name.c474 #ifdef EXDEV in errno2name()
475 CASE(EXDEV); in errno2name()
/external/ltp/testcases/kernel/syscalls/link/
Dlink08.c54 {TEST_FILE2, TEST_FILE, EXDEV},
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py26 EXDEV = 18 variable
/external/u-boot/include/linux/
Derrno.h21 #define EXDEV 18 /* Cross-device link */ macro
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc117 case EXDEV: // Improper link in ErrnoToCode()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py30 EXDEV = 18 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c524 #ifdef EXDEV
525 { "EXDEV", (unsigned long) EXDEV },
/external/webrtc/webrtc/base/
Dunixfilesystem.cc231 if (errno != EXDEV) in MoveFile()
250 if (errno != EXDEV) in MoveFolder()
/external/u-boot/lib/
Derrno_str.c32 ERRNO_MSG(EXDEV, "Cross-device link"),
/external/ltp/lib/
Derrnos.h50 PAIR(EXDEV) in tst_strerrno()
/external/python/cpython3/Lib/distutils/
Dfile_util.py206 if num == errno.EXDEV:

1234