Home
last modified time | relevance | path

Searched refs:toz (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfile.d703 auto toz = to.tempCString!FSChar(); variable
715 renameImpl(f, t, fromz, toz);
736 private void renameImpl(const(char)[] f, const(char)[] t, const(FSChar)* fromz, const(FSChar)* toz)… in renameImpl() argument
742 const result = MoveFileExW(fromz, toz, MOVEFILE_REPLACE_EXISTING); in renameImpl()
752 t = to!(typeof(t))(toz[0 .. wcslen(toz)]); in renameImpl()
763 cenforce(core.stdc.stdio.rename(fromz, toz) == 0, t, toz); in renameImpl()
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfile.d920 auto toz = to.tempCString!FSChar(); variable
932 renameImpl(f, t, fromz, toz);
969 scope const(FSChar)* fromz, scope const(FSChar)* toz) @trusted in renameImpl() argument
975 const result = MoveFileExW(fromz, toz, MOVEFILE_REPLACE_EXISTING); in renameImpl()
985 t = to!(typeof(t))(toz[0 .. wcslen(toz)]); in renameImpl()
996 cenforce(core.stdc.stdio.rename(fromz, toz) == 0, t, toz); in renameImpl()