Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDremote-fileio.c970 char newfullpath[PATH_MAX + 1]; in remote_fileio_func_rename() local
974 cygwin_conv_to_full_posix_path (newpath, newfullpath); in remote_fileio_func_rename()
976 if (newfullpath[len] == '/' in remote_fileio_func_rename()
977 && !strncmp (oldfullpath, newfullpath, len)) in remote_fileio_func_rename()