Home
last modified time | relevance | path

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

/glibc-2.36/stdio-common/
Dtst-renameat2.c36 static char *old_path; /* File is called "old". */ variable
51 old_path = xasprintf ("%s/old", directory); in prepare()
52 add_temp_file (old_path); in prepare()
67 char *files[] = { old_path, new_path, subdir_path }; in delete_all_files()
97 support_write_file_string (old_path, ""); in rename_without_existing_target()
98 TEST_COMPARE (renameat2 (AT_FDCWD, old_path, AT_FDCWD, new_path, flags), 0); in rename_without_existing_target()
99 TEST_VERIFY (!file_exists (old_path)); in rename_without_existing_target()
103 support_write_file_string (old_path, ""); in rename_without_existing_target()
105 TEST_VERIFY (!file_exists (old_path)); in rename_without_existing_target()
109 support_write_file_string (old_path, ""); in rename_without_existing_target()
[all …]