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

/vbox/include/iprt/
H A Ds3.h250 RTR3DECL(int) RTS3GetKey(RTS3 hS3, const char *pszBucketName, const char *pszKeyName, const char *pszFilename);
H A Dmangling.h1241 # define RTS3GetKey RT_MANGLER(RTS3GetKey) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTS3.cpp157 char pszTitle[] = "RTS3GetKey";
159 int rc = RTS3GetKey(hS3, pszBucketName, pszKeyName, pszFilename);
161 RTTestIFailed("RTS3GetKey -> %Rrc", rc);
/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp880 RTR3DECL(int) RTS3GetKey(RTS3 hS3, const char *pszBucketName, const char *pszKeyName, const char *pszFilename) function
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp1259 vrc = RTS3GetKey(hS3, bucket.c_str(), pszFilename, strTmpOvf.c_str());
1900 vrc = RTS3GetKey(hS3, bucket.c_str(), pszFilename, strSrcFile.c_str());
1933 vrc = RTS3GetKey(hS3, bucket.c_str(), pszFilename, strManifestFile.c_str());

Completed in 93 milliseconds