Home
last modified time | relevance | path

Searched defs:RenameFile (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_posix.cc194 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { in RenameFile() function
H A Dsanitizer_rtems.cc231 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { in RenameFile() function
H A Dsanitizer_win.cc742 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { in RenameFile() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h40 EnterFile, ExitFile, SystemHeaderPragma, RenameFile enumerator