HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_NOT_SAME_DEVICE (Results 1 - 6 of 6) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 82 case ERROR_NOT_SAME_DEVICE:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
error.h 22 #define ERROR_NOT_SAME_DEVICE 17
winerror.h 61 #define ERROR_NOT_SAME_DEVICE __MSABI_LONG(17)
    [all...]
  /external/chromium_org/third_party/webrtc/base/
win32filesystem.cc 252 if (::GetLastError() != ERROR_NOT_SAME_DEVICE) {
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 282 { ERROR_NOT_SAME_DEVICE, EXDEV },
  /external/fio/os/windows/
posix.c 61 case ERROR_NOT_SAME_DEVICE: return EXDEV;

Completed in 199 milliseconds