Searched refs:aAcl (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGuestFileImpl.h100 HRESULT setACL(const com::Utf8Str &aAcl);
H A DGuestSessionImpl.h313 const com::Utf8Str &aAcl);
348 const com::Utf8Str &aAcl);
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp2913 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 DGuestFileImpl.cpp1390 HRESULT GuestFile::setACL(const com::Utf8Str &aAcl) argument
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h9320 #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