Searched refs:aExists (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | VFSExplorerImpl.h | 61 std::vector<com::Utf8Str> &aExists);
|
H A D | GuestSessionImpl.h | 298 BOOL *aExists); 326 BOOL *aExists); 369 BOOL *aExists);
|
/vbox/src/VBox/Main/src-server/ |
H A D | VFSExplorerImpl.cpp | 628 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 D | GuestSessionImpl.cpp | 2605 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 D | VBoxCAPI_v4_3.h | 4430 #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 D | VBoxCAPI_v3_0.h | 2323 PRUnichar *** aExists
|
H A D | VBoxCAPI_v3_1.h | 2229 PRUnichar *** aExists
|
H A D | VBoxCAPI_v3_2.h | 2275 PRUnichar *** aExists
|
H A D | VBoxCAPI_v4_0.h | 2424 PRUnichar *** aExists
|
H A D | VBoxCAPI_v4_1.h | 2624 PRUnichar *** aExists
|
H A D | VBoxCAPI_v4_2.h | 2873 PRUnichar *** aExists
|
Completed in 772 milliseconds