Home
last modified time | relevance | path

Searched refs:oldname (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Dops-common.h106 inline int rename(const wchar_t* oldname, const wchar_t* newname) in _GLIBCXX_VISIBILITY()
108 if (MoveFileExW(oldname, newname, in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/
A Dops-common.h106 inline int rename(const wchar_t* oldname, const wchar_t* newname) in _GLIBCXX_VISIBILITY()
108 if (MoveFileExW(oldname, newname, in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/
A Dops-common.h106 inline int rename(const wchar_t* oldname, const wchar_t* newname) in _GLIBCXX_VISIBILITY()
107 { return _wrename(oldname, newname); } in _GLIBCXX_VISIBILITY()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/
A Dgen-unicode-ctype.c42 const char *oldname; /* Old Unicode 1.0 name */ member
88 uni->oldname = (field10[0] == '\0' ? "" : strdup (field10)); in fill_attribute()

Completed in 7 milliseconds