Searched refs:aAcl (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | GuestFileImpl.h | 100 HRESULT setACL(const com::Utf8Str &aAcl);
|
H A D | GuestSessionImpl.h | 313 const com::Utf8Str &aAcl); 348 const com::Utf8Str &aAcl);
|
/vbox/src/VBox/Main/src-client/ |
H A D | GuestSessionImpl.cpp | 2913 HRESULT GuestSession::directorySetACL(const com::Utf8Str &aPath, const com::Utf8Str &aAcl) argument 3299 HRESULT GuestSession::fileSetACL(const com::Utf8Str &aFile, const com::Utf8Str &aAcl) argument
|
H A D | GuestFileImpl.cpp | 1390 HRESULT GuestFile::setACL(const com::Utf8Str &aAcl) argument
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v4_3.h | 9320 #define IGuestSession_DirectorySetACL(p, aPath, aAcl) ((p)->lpVtbl->DirectorySetACL(p, aPath, aAcl)) 9333 #define IGuestSession_FileSetACL(p, aFile, aAcl) ((p)->lpVtbl->FileSetACL(p, aFile, aAcl)) 9970 #define IFile_SetACL(p, aAcl) ((p)->lpVtbl->SetACL(p, aAcl)) 10103 #define IGuestFile_SetACL(p, aAcl) ((p)->lpVtbl->SetACL(p, aAcl))
|
Completed in 2614 milliseconds