Searched defs:fExists (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A Denv-generic.cpp623 bool fExists = false; local
627 fExists = RTEnvExistsUtf8(pszVar);
638 fExists = RTEnvExist(pszVarOtherCP);
659 fExists = true;
665 return fExists;
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp2457 bool fExists = RT_SUCCESS(vrc) && RTFS_IS_DIRECTORY(ObjInfo.Attr.fMode); local
2458 if (!fExists)
2483 fExists = true;
2490 if (fExists)
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp299 static int ctrlCopyDirExists(PCOPYCONTEXT pContext, bool bGuest, const char *pszDir, bool *fExists);
1765 * @param fExists Pointer which receives the result if the
1769 const char *pszDir, bool *fExists)
1773 AssertPtrReturn(fExists, false);
1783 *fExists = fDirExists ? true : false;
1786 *fExists = RTDirExists(pszDir);
1797 * @param fExists Pointer which receives the result if the
1801 bool *fExists)
1804 pszDir, fExists);
1814 * @param fExists Pointe
1768 ctrlCopyDirExists(PCOPYCONTEXT pContext, bool fOnGuest, const char *pszDir, bool *fExists) argument
1800 ctrlCopyDirExistsOnDest(PCOPYCONTEXT pContext, const char *pszDir, bool *fExists) argument
1817 ctrlCopyDirExistsOnSource(PCOPYCONTEXT pContext, const char *pszDir, bool *fExists) argument
1835 ctrlCopyFileExists(PCOPYCONTEXT pContext, bool bOnGuest, const char *pszFile, bool *fExists) argument
1867 ctrlCopyFileExistsOnDest(PCOPYCONTEXT pContext, const char *pszFile, bool *fExists) argument
1884 ctrlCopyFileExistsOnSource(PCOPYCONTEXT pContext, const char *pszFile, bool *fExists) argument
[all...]

Completed in 59 milliseconds