Searched refs:rename (Results 1 - 25 of 45) sorted by relevance

12

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/scripts/
H A DMakefile50 $(INS.rename)
53 $(INS.rename)
56 $(INS.rename)
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dmake_vms.com22 $ rename minizip_info.txt; minizip_info.txt_old
/vbox/src/VBox/Installer/common/
H A Dvboxapisetup.py44 os.rename(newFile, file)
/vbox/src/libs/xpcom18a4/xpcom/tests/utils/
H A Dcp.js4 function rename(source, newName) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A Dsunos4.h147 extern int rename(const char *, const char *);
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_ppc_aix.s44 .rename H.10.NO_SYMBOL{PR},""
45 .rename H.18.XPTC_InvokeByIndex{TC},"XPTC_InvokeByIndex"
H A Dxptcinvoke_asm_ppc_ibmobj_aix.s43 .rename H.10.NO_SYMBOL{PR},""
44 .rename H.18.XPTC_InvokeByIndex{TC},"XPTC_InvokeByIndex"
H A Dxptcinvoke_asm_ppc_aix64.s55 .rename H.10.NO_SYMBOL{PR},""
56 .rename H.18.XPTC_InvokeByIndex{TC},"XPTC_InvokeByIndex"
H A Dxptcstubs_asm_ppc_aix.s41 .rename H.10.NO_SYMBOL{PR},""
42 .rename H.18.SharedStub{TC},"SharedStub"
H A Dxptcstubs_asm_ppc_aix64.s54 .rename H.10.NO_SYMBOL{PR},""
55 .rename H.18.SharedStub{TC},"SharedStub"
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_AIX.s44 .rename H.10.NO_SYMBOL{PR},""
45 .rename H.18.longjmp{TC},"longjmp"
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxupgrade.py190 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 Dunistd.h37 int rename(const char *, const char *);
H A Dstdio.h8 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 Dpath-posix.cpp136 * @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 DnsIFileSpec.idl132 void rename([const] in string newLeafName);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h193 #define _trename WINE_tchar_routine(rename, rename, _wrename)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h193 #define _trename WINE_tchar_routine(rename, rename, _wrename)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dio.h125 int __cdecl rename(const char*,const char*);
H A Dstdio.h164 int __cdecl rename(const char*,const char*);
/vbox/src/VBox/Devices/PC/ipxe/contrib/vm/
H A Dserial-console141 rename $active, $backup
272 rename $backup_file, $orig_file;
/vbox/src/VBox/RDP/client-1.8.3/
H A Dprintercache.c150 if (rename(printer_path, new_printer_path) < 0)
252 case 4: /* rename item */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dio.h122 int __cdecl rename(const char*,const char*);
H A Dstdio.h159 int __cdecl rename(const char*,const char*);
/vbox/src/VBox/ValidationKit/testmanager/batch/
H A Dfilearchiver.py139 os.rename(sZipFileNm + '.tmp', sZipFileNm);

Completed in 1185 milliseconds

12