HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_FILE_NOT_FOUND (Results 1 - 25 of 34) sorted by null

1 2

  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebViewClientError.h 64 ERROR_FILE_NOT_FOUND = -14,
WebViewClientError.cpp 51 return ERROR_FILE_NOT_FOUND;
  /external/chromium/crypto/
signature_verifier_win.cc 83 DCHECK(ok || GetLastError() == ERROR_FILE_NOT_FOUND);
96 } else if (GetLastError() == ERROR_FILE_NOT_FOUND) {
  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 62 case ERROR_FILE_NOT_FOUND:
  /frameworks/base/core/java/android/webkit/
WebViewClient.java 147 public static final int ERROR_FILE_NOT_FOUND = -14;
  /external/chromium/base/files/
file_path_watcher_win.cc 203 if (error_code != ERROR_FILE_NOT_FOUND &&
  /external/chromium/chrome/browser/
platform_util_win.cc 98 if (hr == ERROR_FILE_NOT_FOUND) {
  /external/chromium/third_party/libjingle/source/talk/base/
winfirewall.cc 121 } else if (hr == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)) {
win32filesystem.cc 62 } else if ((GetLastError() != ERROR_FILE_NOT_FOUND)
304 return (ERROR_FILE_NOT_FOUND == err || ERROR_PATH_NOT_FOUND == err);
  /external/chromium/base/
platform_file_win.cc 92 case ERROR_FILE_NOT_FOUND:
file_util_win.cc 161 // Some versions of Windows return ERROR_FILE_NOT_FOUND (0x2) when deleting
163 // ERROR_FILE_NOT_FOUND. MSDN says Vista and up won't return 0x402.
164 return (err == 0 || err == ERROR_FILE_NOT_FOUND || err == 0x402);
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.h 52 #define ENOENT ERROR_FILE_NOT_FOUND
dbus-sysdeps-wince-glue.c 470 SetLastError (ERROR_FILE_NOT_FOUND);
dbus-sysdeps-win.c 128 case ERROR_FILE_NOT_FOUND:
    [all...]
  /external/chromium/net/base/
file_stream_win.cc 38 case ERROR_FILE_NOT_FOUND:
  /external/qemu/target-i386/
hax-windows.c 40 if (errNum == ERROR_FILE_NOT_FOUND)
  /system/core/adb/
sysdeps_win32.c 339 case ERROR_FILE_NOT_FOUND:
380 case ERROR_FILE_NOT_FOUND:
    [all...]
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 269 { ERROR_FILE_NOT_FOUND, ENOENT },
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
dinput.h 707 MAKE_HRESULT(SEVERITY_ERROR, FACILITY_WIN32, ERROR_FILE_NOT_FOUND)
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DINPUT.H 707 MAKE_HRESULT(SEVERITY_ERROR, FACILITY_WIN32, ERROR_FILE_NOT_FOUND)
  /packages/apps/Browser/src/com/android/browser/
Tab.java 297 err == WebViewClient.ERROR_FILE_NOT_FOUND ?
    [all...]
  /external/openssl/apps/
apps.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1540 milliseconds

1 2