/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/scripts/ |
H A D | Makefile | 50 $(INS.rename) 53 $(INS.rename) 56 $(INS.rename)
|
/vbox/src/libs/zlib-1.2.6/contrib/minizip/ |
H A D | make_vms.com | 22 $ rename minizip_info.txt; minizip_info.txt_old
|
/vbox/src/VBox/Installer/common/ |
H A D | vboxapisetup.py | 44 os.rename(newFile, file)
|
/vbox/src/libs/xpcom18a4/xpcom/tests/utils/ |
H A D | cp.js | 4 function rename(source, newName) function
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/ |
H A D | sunos4.h | 147 extern int rename(const char *, const char *);
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/ |
H A D | xptcinvoke_asm_ppc_aix.s | 44 .rename H.10.NO_SYMBOL{PR},"" 45 .rename H.18.XPTC_InvokeByIndex{TC},"XPTC_InvokeByIndex"
|
H A D | xptcinvoke_asm_ppc_ibmobj_aix.s | 43 .rename H.10.NO_SYMBOL{PR},"" 44 .rename H.18.XPTC_InvokeByIndex{TC},"XPTC_InvokeByIndex"
|
H A D | xptcinvoke_asm_ppc_aix64.s | 55 .rename H.10.NO_SYMBOL{PR},"" 56 .rename H.18.XPTC_InvokeByIndex{TC},"XPTC_InvokeByIndex"
|
H A D | xptcstubs_asm_ppc_aix.s | 41 .rename H.10.NO_SYMBOL{PR},"" 42 .rename H.18.SharedStub{TC},"SharedStub"
|
H A D | xptcstubs_asm_ppc_aix64.s | 54 .rename H.10.NO_SYMBOL{PR},"" 55 .rename H.18.SharedStub{TC},"SharedStub"
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | os_AIX.s | 44 .rename H.10.NO_SYMBOL{PR},"" 45 .rename H.18.longjmp{TC},"longjmp"
|
/vbox/src/VBox/ValidationKit/testboxscript/ |
H A D | testboxupgrade.py | 190 os.rename(sDst, sDstRm); 192 testboxcommons.log('Error: failed to rename (old) "%s" to "%s": %s' % (sDst, sDstRm, oXcpt)); 207 os.rename(sSrc, sDst); 209 testboxcommons.log('Warning: failed to rename (new) "%s" to "%s": %s' % (sSrc, sDst, oXcpt));
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | unistd.h | 37 int rename(const char *, const char *);
|
H A D | stdio.h | 8 int rename (const char *, const char *); 349 rename() will fail are return a non-zero value. 351 int rename (const char *OldName, const char *NewName);
|
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | path-posix.cpp | 136 * @param fRename The rename flags. 177 * Check if the target exists, rename is rather destructive. 208 if (!rename(pszNativeSrc, pszNativeDst)) 235 if (!rename(pszNativeSrc, pszNativeDst)) 240 Log(("rtPathRename('%s', '%s', %#x ,%RTfmode): rename failed rc=%Rrc errno=%d\n", 261 Log(("rtPathRename('%s', '%s', %#x ,%RTfmode): rename failed rc=%Rrc errno=%d\n",
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsIFileSpec.idl | 132 void rename([const] in string newLeafName);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | tchar.h | 193 #define _trename WINE_tchar_routine(rename, rename, _wrename)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | tchar.h | 193 #define _trename WINE_tchar_routine(rename, rename, _wrename)
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | io.h | 125 int __cdecl rename(const char*,const char*);
|
H A D | stdio.h | 164 int __cdecl rename(const char*,const char*);
|
/vbox/src/VBox/Devices/PC/ipxe/contrib/vm/ |
H A D | serial-console | 141 rename $active, $backup 272 rename $backup_file, $orig_file;
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | printercache.c | 150 if (rename(printer_path, new_printer_path) < 0) 252 case 4: /* rename item */
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | io.h | 122 int __cdecl rename(const char*,const char*);
|
H A D | stdio.h | 159 int __cdecl rename(const char*,const char*);
|
/vbox/src/VBox/ValidationKit/testmanager/batch/ |
H A D | filearchiver.py | 139 os.rename(sZipFileNm + '.tmp', sZipFileNm);
|