Lines Matching refs:existing
12 /* test rename() by trying to rename an existing file/dir/link to the same name
35 echo "\n-- Renaming existing link to existing directory name --\n";
37 echo "\n-- Renaming existing link to existing file name --\n";
40 echo "\n-- Renaming existing file to existing directory name --\n";
42 echo "\n-- Renaming existing file to existing link name --\n";
45 echo "\n-- Renaming existing directory to existing file name --\n";
49 echo "\n-- Renaming existing directory to existing link name --\n";
71 -- Renaming existing link to existing directory name --
76 -- Renaming existing link to existing file name --
79 -- Renaming existing file to existing directory name --
84 -- Renaming existing file to existing link name --
87 -- Renaming existing directory to existing file name --
92 -- Renaming existing directory to existing link name --