/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/ |
H A D | fileio.cpp | 56 rv = fd.Delete("filio.dat");
|
H A D | ranfile.cpp | 260 rv = file.Delete(filename); 268 (void)file.Delete(filename);
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/ |
H A D | Info.c | 23 The information Packet may contain one Delete Payload, or Notify Payload, which 97 // If the state is on deleting generate a Delete Payload for it. 131 // Delete the Child SA Information Exchagne 217 IKEV2_DELETE *Delete; local 272 // For SA Delete 277 // Iterate payloads to find the Delete/Notify Payload. 283 Delete = (IKEV2_DELETE *)DeletePayload->PayloadBuf; 285 if (Delete->SpiSize == 0) { 287 // Delete IKE SA. 342 } else if (Delete [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/ |
H A D | ConPlatform.c | 560 Delete 631 Delete 636 Delete 780 @param NewDevicePath If Delete is TRUE, this parameter must not be null, and it 783 @param Delete If TRUE, means removing Single from Multi. 791 @retval EFI_INVALID_PARAMETER NewDevicePath is NULL when Delete is TRUE. 799 IN BOOLEAN Delete 816 // If performing Delete operation, the NewDevicePath must not be NULL. 818 if (Delete) { 834 if (!Delete) { [all...] |
H A D | ConPlatform.h | 54 Delete enumerator in enum:__anon11131 254 @param NewDevicePath If Delete is TRUE, this parameter must not be null, and it 257 @param Delete If TRUE, means removing Single from Multi. 265 @retval EFI_INVALID_PARAMETER NewDevicePath is NULL when Delete is TRUE. 273 IN BOOLEAN Delete
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/ |
H A D | FileHandleWrappers.c | 44 File style interface for console (Close, Delete, & Flush) 327 UINTN Delete; // Num of chars to delete from console after update local 372 Delete = 0; 471 Delete = 1; 604 Delete = 1; 675 Delete = StringLen; 733 Delete = StringLen - TabUpdatePos - OutputLength; 762 Delete = StringLen - OutputLength; 769 ShellPrintEx ((INT32)Column, (INT32)Row, L"%s%.*s", CurrentString + Update, Delete, L""); 772 if (Delete ! 925 EFI_FILE_DELETE Delete; member in struct:__anon12744 1266 EFI_FILE_DELETE Delete; member in struct:__anon12745 1470 EFI_FILE_DELETE Delete; member in struct:__anon12746 [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/Ia32/ |
H A D | fpu_rmode.asm | 42 add esp, 4 ; Delete the local variable
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | iads.idl | 84 HRESULT Delete(
|
H A D | imnact.idl | 278 HRESULT Delete();
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
H A D | Vol.c | 23 @param[in] Delete TRUE to delete the volume label. FALSE otherwise. 32 IN CONST BOOLEAN Delete, 103 if (Delete) { 134 if (Delete || Name != NULL) { 30 HandleVol( IN CONST CHAR16 *Path, IN CONST BOOLEAN Delete, IN CONST CHAR16 *Name OPTIONAL ) argument
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsFileSpecBeOS.cpp | 240 void nsFileSpec::Delete(PRBool inRecursive) const function in class:nsFileSpec 251 child.Delete(inRecursive); 258 } // nsFileSpec::Delete 434 ((nsFileSpec*)this)->Delete(PR_FALSE);
|
H A D | nsFileSpecUnix.cpp | 310 void nsFileSpec::Delete(PRBool inRecursive) const function in class:nsFileSpec 321 child.Delete(inRecursive); 328 } // nsFileSpec::Delete 507 ((nsFileSpec*)this)->Delete(PR_FALSE);
|
H A D | nsFileSpecOS2.cpp | 513 void nsFileSpec::Delete(PRBool inRecursive) const function in class:nsFileSpec 523 child.Delete(inRecursive); 537 } // nsFileSpec::Delete
|
H A D | nsFileSpecWin.cpp | 448 void nsFileSpec::Delete(PRBool inRecursive) const function in class:nsFileSpec 458 child.Delete(inRecursive); 467 } // nsFileSpec::Delete
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | Arp.h | 375 EFI_ARP_DELETE Delete; member in struct:_EFI_ARP_PROTOCOL
|
H A D | SimpleFileSystem.h | 388 EFI_FILE_DELETE Delete; member in struct:_EFI_FILE_PROTOCOL
|
H A D | UserCredential2.h | 270 Delete a user on this credential provider. 309 EFI_CREDENTIAL2_DELETE Delete; member in struct:_EFI_USER_CREDENTIAL2_PROTOCOL
|
H A D | UserManager.h | 326 Delete an existing user profile. 552 Delete user information. 554 Delete the user information attached to the user profile specified by the UserInfo. 600 EFI_USER_PROFILE_DELETE Delete; member in struct:_EFI_USER_MANAGER_PROTOCOL
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
H A D | DmpStore.c | 33 @param[in] Delete TRUE to delete, FALSE otherwise. 46 IN BOOLEAN Delete 120 if (!Delete) {
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcfileio.h | 67 static PRStatus Delete(const char *name);
|
/vbox/src/VBox/Additions/haiku/VBoxVideo/driver/ |
H A D | driver.cpp | 108 void Delete() function in struct:Benaphore 266 gLock.Delete();
|
/vbox/src/VBox/Main/src-server/ |
H A D | VFSExplorerImpl.cpp | 157 Delete enumerator in enum:VFSExplorer::TaskVFSExplorer::TaskType 220 case TaskVFSExplorer::Delete: 669 Bstr(tr("Delete files")).raw(), 674 std::auto_ptr<TaskVFSExplorer> task(new TaskVFSExplorer(TaskVFSExplorer::Delete, this, progress));
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | imnact.idl | 278 HRESULT Delete();
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/ |
H A D | ModifyIdentityPolicy.c | 94 Delete the User's credential record on the provider. 99 @retval EFI_SUCCESS Delete User's credential record successfully. 118 return UserCredential->Delete (UserCredential, User); 127 Delete User's credental from all the providers that exist in User's identity policy. 149 // Delete the user on this provider. 289 // Delete the old identification policy.
|
H A D | UserProfileDelete.c | 174 Delete the user specified by UserIndex in user profile database. 230 // Delete the user on the credential providers by its identification policy. 236 Status = mUserManager->Delete (mUserManager, User); 243 L"Delete User Succeed!", 255 L"Delete User Failed!",
|