Searched refs:aExists (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Main/include/
H A DVFSExplorerImpl.h61 std::vector<com::Utf8Str> &aExists);
H A DGuestSessionImpl.h298 BOOL *aExists);
326 BOOL *aExists);
369 BOOL *aExists);
/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp628 std::vector<com::Utf8Str> &aExists)
635 aExists.resize(0);
645 aExists.push_back(aNames[i]);
627 exists(const std::vector<com::Utf8Str> &aNames, std::vector<com::Utf8Str> &aExists) argument
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp2605 HRESULT GuestSession::directoryExists(const com::Utf8Str &aPath, BOOL *aExists) argument
2620 *aExists = objData.mType == FsObjType_Directory;
3008 HRESULT GuestSession::fileExists(const com::Utf8Str &aPath, BOOL *aExists) argument
3022 *aExists = TRUE;
3035 *aExists = FALSE;
3458 HRESULT GuestSession::symlinkExists(const com::Utf8Str &aSymlink, BOOL *aExists) argument
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h4430 #define IVFSExplorer_Exists(p, aNames, aExists) ((p)->lpVtbl->Exists(p, aNames, aExists))
9314 #define IGuestSession_DirectoryExists(p, aPath, aExists) ((p)->lpVtbl->DirectoryExists(p, aPath, aExists))
9326 #define IGuestSession_FileExists(p, aPath, aExists) ((p)->lpVtbl->FileExists(p, aPath, aExists))
9338 #define IGuestSession_SymlinkExists(p, aSymlink, aExists) ((p)->lpVtbl->SymlinkExists(p, aSymlink, aExists))
H A DVBoxCAPI_v3_0.h2323 PRUnichar *** aExists
H A DVBoxCAPI_v3_1.h2229 PRUnichar *** aExists
H A DVBoxCAPI_v3_2.h2275 PRUnichar *** aExists
H A DVBoxCAPI_v4_0.h2424 PRUnichar *** aExists
H A DVBoxCAPI_v4_1.h2624 PRUnichar *** aExists
H A DVBoxCAPI_v4_2.h2873 PRUnichar *** aExists

Completed in 772 milliseconds