/external/u-boot/fs/yaffs2/ |
D | yportenv.h | 161 #ifndef EXDEV 162 #define EXDEV 18 macro
|
D | yaffs_error.c | 28 { EXDEV , "EXDEV" },
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 109 EXDEV, "EXDEV", EXDEV}, {
|
D | 4-1.c | 104 EXDEV, "EXDEV"}, {
|
D | 3-1-buildonly.c | 98 int dummy79 = EXDEV;
|
/external/libcxx/include/ |
D | errno.h | 280 #ifndef EXDEV 281 #define EXDEV 9951 macro
|
D | __errc | 36 cross_device_link, // EXDEV 133 cross_device_link = EXDEV,
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 335 #ifndef EXDEV 336 #error EXDEV not defined
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 22 #define EXDEV 18 /* Cross-device link */ macro
|
/external/libusb/msvc/ |
D | errno.h | 42 #define EXDEV 18 /* Improper link (cross-device link?) */ macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 277 # ifndef EXDEV 278 # define EXDEV 18 macro 517 cross_device_link = EXDEV,
|
/external/python/cpython2/Lib/plat-os2emx/ |
D | _emx_link.py | 50 raise OSError, (errno.EXDEV, 'Cross-device link')
|
/external/strace/tests-mx32/ |
D | errno2name.c | 474 #ifdef EXDEV in errno2name() 475 CASE(EXDEV); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 474 #ifdef EXDEV in errno2name() 475 CASE(EXDEV); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 474 #ifdef EXDEV in errno2name() 475 CASE(EXDEV); in errno2name()
|
/external/ltp/testcases/kernel/syscalls/link/ |
D | link08.c | 54 {TEST_FILE2, TEST_FILE, EXDEV},
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 26 EXDEV = 18 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 21 #define EXDEV 18 /* Cross-device link */ macro
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 117 case EXDEV: // Improper link in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 30 EXDEV = 18 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 524 #ifdef EXDEV 525 { "EXDEV", (unsigned long) EXDEV },
|
/external/webrtc/webrtc/base/ |
D | unixfilesystem.cc | 231 if (errno != EXDEV) in MoveFile() 250 if (errno != EXDEV) in MoveFolder()
|
/external/u-boot/lib/ |
D | errno_str.c | 32 ERRNO_MSG(EXDEV, "Cross-device link"),
|
/external/ltp/lib/ |
D | errnos.h | 50 PAIR(EXDEV) in tst_strerrno()
|
/external/python/cpython3/Lib/distutils/ |
D | file_util.py | 206 if num == errno.EXDEV:
|