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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
dderror.h 6 #define ERROR_INVALID_FUNCTION 1
  /external/chromium_org/sandbox/win/src/
target_process.cc 288 ::GetLastError() : ERROR_INVALID_FUNCTION;
296 ::GetLastError() : ERROR_INVALID_FUNCTION;
304 ::GetLastError() : ERROR_INVALID_FUNCTION;
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
normalizedunicodetext.cc 51 ::SetLastError(ERROR_INVALID_FUNCTION);
  /external/chromium_org/base/win/
iat_patch_function.cc 159 return ERROR_INVALID_FUNCTION;
  /external/chromium_org/chrome/utility/image_writer/
image_writer_win.cc 144 if (error == ERROR_MORE_DATA || error == ERROR_INVALID_FUNCTION ||
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
error.h 7 #define ERROR_INVALID_FUNCTION 1
winerror.h 45 #define ERROR_INVALID_FUNCTION __MSABI_LONG(1)
    [all...]
  /external/llvm/lib/Support/
ErrorHandling.cpp 172 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported);
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 267 { ERROR_INVALID_FUNCTION, EINVAL },

Completed in 249 milliseconds