Searched refs:VERR_FILE_NOT_FOUND (Results 1 - 25 of 84) sorted by relevance

1234

/vbox/src/VBox/Runtime/nt/
H A DRTErrConvertFromNtStatus.cpp55 case STATUS_NO_SUCH_DEVICE: return VERR_FILE_NOT_FOUND;
56 case STATUS_NO_SUCH_FILE: return VERR_FILE_NOT_FOUND;
61 case STATUS_OBJECT_NAME_NOT_FOUND: return VERR_FILE_NOT_FOUND;
/vbox/src/VBox/Runtime/generic/
H A DRTFileQuerySize-generic.cpp56 rc = VERR_FILE_NOT_FOUND; /** @todo VERR_NOT_A_FILE... */
/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstShflCase.cpp182 return VERR_FILE_NOT_FOUND;
189 return VERR_FILE_NOT_FOUND;
197 int rc = VERR_FILE_NOT_FOUND;
313 if (rc == VERR_FILE_NOT_FOUND || rc == VERR_PATH_NOT_FOUND)
363 Assert(rc == VINF_SUCCESS || rc == VERR_FILE_NOT_FOUND || rc == VERR_PATH_NOT_FOUND);
369 rc = VERR_FILE_NOT_FOUND;
371 if (rc == VERR_FILE_NOT_FOUND || rc == VERR_PATH_NOT_FOUND)
393 rc = VERR_FILE_NOT_FOUND;
/vbox/src/VBox/Runtime/r3/posix/
H A DldrNative-posix.cpp84 RTErrInfoSet(pErrInfo, VERR_FILE_NOT_FOUND, pszDlError);
86 return VERR_FILE_NOT_FOUND;
/vbox/src/VBox/Runtime/testcase/
H A DtstRTPrfIO.cpp111 RTTESTI_CHECK_RC_RETV(RTPathQueryInfo(g_szNotExitingFile, &ObjInfo, RTFSOBJATTRADD_NOTHING), VERR_FILE_NOT_FOUND); local
115 RTTESTI_CHECK_RETV(rc == VERR_PATH_NOT_FOUND || VERR_FILE_NOT_FOUND);
141 RTTESTI_CHECK_RC_RETV(benchmarkFileOpenCloseOp(g_szNotExitingFile), VERR_FILE_NOT_FOUND); local
144 RTTESTI_CHECK_RC_RETV(benchmarkFileOpenCloseOp(g_szNotExitingFile), VERR_FILE_NOT_FOUND); local
148 RTTESTI_CHECK_RETV(rc == VERR_PATH_NOT_FOUND || VERR_FILE_NOT_FOUND);
H A DtstRTFileGetSize-1.cpp50 || rc == VERR_FILE_NOT_FOUND)
H A DtstFileLock.cpp58 if (rc != VERR_FILE_NOT_FOUND && rc != VERR_OPEN_FAILED)
H A DtstRTSymlink.cpp127 RTTESTI_CHECK_RC(RTSymlinkDelete(szPath1, 0), VERR_FILE_NOT_FOUND); local
/vbox/src/VBox/Runtime/r3/linux/
H A DRTSystemQueryDmiString-linux.cpp90 case VERR_FILE_NOT_FOUND:
H A Dsched-linux.cpp547 rc = VERR_FILE_NOT_FOUND;
561 if (rc == VERR_FILE_NOT_FOUND)
/vbox/src/VBox/HostServices/SharedFolders/
H A Dmappings.cpp311 return VERR_FILE_NOT_FOUND;
449 rc = VERR_FILE_NOT_FOUND;
469 rc = VERR_FILE_NOT_FOUND;
488 rc = VERR_FILE_NOT_FOUND;
507 rc = VERR_FILE_NOT_FOUND;
521 /* If we try to map a valid name we should get VERR_FILE_NOT_FOUND. */
583 return VERR_FILE_NOT_FOUND;
614 return VERR_FILE_NOT_FOUND;
H A Dvbsf.cpp268 if (rc == VERR_FILE_NOT_FOUND || rc == VERR_PATH_NOT_FOUND)
328 Assert(rc == VINF_SUCCESS || rc == VERR_FILE_NOT_FOUND || rc == VERR_PATH_NOT_FOUND);
333 rc = VERR_FILE_NOT_FOUND;
335 if (rc == VERR_FILE_NOT_FOUND || rc == VERR_PATH_NOT_FOUND)
359 rc = VERR_FILE_NOT_FOUND;
956 case VERR_FILE_NOT_FOUND:
1160 case VERR_FILE_NOT_FOUND: /* Does this make sense? */
1263 case VERR_FILE_NOT_FOUND:
/vbox/src/VBox/Runtime/win/
H A DRTErrConvertFromWin32.cpp47 case ERROR_FILE_NOT_FOUND: return VERR_FILE_NOT_FOUND;
203 case WSAENOENT: return VERR_FILE_NOT_FOUND;
243 case WSAEISDIR: return VERR_FILE_NOT_FOUND;
/vbox/src/VBox/Runtime/os2/
H A DRTErrConvertFromOS2.cpp49 case ERROR_FILE_NOT_FOUND: return VERR_FILE_NOT_FOUND;
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DSysHlp.cpp219 return VERR_FILE_NOT_FOUND;
229 return VERR_FILE_NOT_FOUND;
/vbox/src/VBox/Runtime/common/string/
H A Dstrformattype.cpp325 * @retval VERR_FILE_NOT_FOUND if not found.
357 : VERR_FILE_NOT_FOUND; /** @todo fix status code */
369 * @retval VERR_FILE_NOT_FOUND if not found.
397 : VERR_FILE_NOT_FOUND; /** @todo fix status code */
/vbox/src/VBox/Runtime/r3/
H A Disofs.cpp317 rc = VERR_FILE_NOT_FOUND;
409 int rc = VERR_FILE_NOT_FOUND;
442 rc = VERR_FILE_NOT_FOUND;
H A Ddir2.cpp166 || rc == VERR_FILE_NOT_FOUND)
/vbox/src/VBox/Runtime/common/err/
H A DRTErrConvertFromErrno.cpp59 case ENOENT: return VERR_FILE_NOT_FOUND;
H A DRTErrConvertToErrno.cpp61 case VERR_FILE_NOT_FOUND: return ENOENT;
/vbox/src/VBox/Devices/Network/slirp/
H A Dtftp.c141 rc = VERR_FILE_NOT_FOUND;
417 LogFlowFuncLeaveRC(VERR_FILE_NOT_FOUND);
418 return VERR_FILE_NOT_FOUND;
/vbox/src/VBox/Main/src-server/linux/
H A DPerformanceLinux.cpp252 rc = VERR_FILE_NOT_FOUND;
325 return VERR_FILE_NOT_FOUND;
335 return VERR_FILE_NOT_FOUND;
/vbox/src/VBox/HostDrivers/VBoxUSB/
H A DVBoxUSBFilterMgr.cpp242 * @retval VERR_FILE_NOT_FOUND if the specified filter/owner cannot be found.
300 return VERR_FILE_NOT_FOUND;
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DUSBLib-solaris.cpp237 return VERR_FILE_NOT_FOUND;
/vbox/src/VBox/HostDrivers/VBoxUSB/win/testcase/
H A DUSBTest.cpp239 rc = VERR_FILE_NOT_FOUND;

Completed in 2701 milliseconds

1234