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

1 2 3 4

  /external/chromium_org/printing/
printing_test.h 29 if (GetLastError() == ERROR_FILE_NOT_FOUND) {
  /external/chromium_org/chrome/installer/util/
product_state_unittest.cc 99 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
109 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
122 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
130 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
139 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
148 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
162 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
171 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
181 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
191 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
    [all...]
delete_after_reboot_helper.cc 105 if (::GetLastError() == ERROR_FILE_NOT_FOUND) {
276 return HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND);
288 if (result == ERROR_FILE_NOT_FOUND) {
349 if (hr == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)) {
delete_reg_value_work_item.cc 50 if (result == ERROR_FILE_NOT_FOUND) {
registry_test_data.cc 26 if (result == ERROR_FILE_NOT_FOUND) {
delete_after_reboot_helper_unittest.cc 185 EXPECT_TRUE(hr == S_OK || hr == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND));
242 EXPECT_TRUE(hr == S_OK || hr == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND));
install_util.cc 238 DCHECK_EQ(ERROR_FILE_NOT_FOUND, result);
265 DCHECK_EQ(ERROR_FILE_NOT_FOUND, result);
338 LOG_IF(ERROR, result != ERROR_SUCCESS && result != ERROR_FILE_NOT_FOUND)
450 if (result == ERROR_FILE_NOT_FOUND)
476 if (result != ERROR_SUCCESS && result != ERROR_FILE_NOT_FOUND) {
delete_tree_work_item.cc 81 if (::GetLastError() != ERROR_FILE_NOT_FOUND)
lzma_util_unittest.cc 52 EXPECT_EQ(lzma_util.OpenArchive(archive.value()), ERROR_FILE_NOT_FOUND);
product.cc 125 if (result != ERROR_SUCCESS && result != ERROR_FILE_NOT_FOUND) {
set_reg_value_work_item.cc 102 if ((result != ERROR_FILE_NOT_FOUND) && !overwrite_) {
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
ErrorCodeConversionHelper.java 42 public static final int ERROR_FILE_NOT_FOUND = -14;
62 return ERROR_FILE_NOT_FOUND;
  /external/chromium_org/chrome/browser/profiles/
file_path_verifier_win.cc 37 if (::GetLastError() == ERROR_FILE_NOT_FOUND)
  /external/chromium_org/net/base/
net_errors_win.cc 59 case ERROR_FILE_NOT_FOUND: // The system cannot find the file specified.
  /external/lzma/CPP/Windows/
FileMapping.h 29 res = ERROR_FILE_NOT_FOUND;
  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 62 case ERROR_FILE_NOT_FOUND:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stierr.h 22 #define STIERR_OBJECTNOTFOUND MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_FILE_NOT_FOUND)
  /frameworks/base/core/java/android/webkit/
WebViewClient.java 174 public static final int ERROR_FILE_NOT_FOUND = -14;
  /external/chromium_org/net/third_party/nss/ssl/
win32err.c 283 #if ERROR_FILE_NOT_FOUND != ENOENT
284 case ERROR_FILE_NOT_FOUND: prError = PR_FILE_NOT_FOUND_ERROR; break;
os2_err.c 273 #if ERROR_FILE_NOT_FOUND != ENOENT
274 // case ERROR_FILE_NOT_FOUND: prError = PR_FILE_NOT_FOUND_ERROR; break;
  /external/chromium_org/remoting/host/
pairing_registry_delegate_win.cc 246 result != ERROR_FILE_NOT_FOUND &&
255 result != ERROR_FILE_NOT_FOUND &&
  /external/chromium_org/sandbox/win/src/
job_unittest.cc 33 ASSERT_EQ(ERROR_FILE_NOT_FOUND, ::GetLastError());
65 ASSERT_EQ(ERROR_FILE_NOT_FOUND, ::GetLastError());
  /external/chromium_org/base/files/
file_path_watcher_win.cc 231 if (error_code != ERROR_FILE_NOT_FOUND &&
  /external/chromium_org/third_party/webrtc/base/
win32regkey_unittest.cc 198 HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND));
378 HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND));
388 HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND));
467 HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND));
winfirewall.cc 104 } else if (hr == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)) {

Completed in 918 milliseconds

1 2 3 4