Home
last modified time | relevance | path

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

/stdio-common/
A Dtst-renameat2.c75 file_exists (const char *path) in file_exists() function
99 TEST_VERIFY (!file_exists (old_path)); in rename_without_existing_target()
100 TEST_VERIFY (file_exists (new_path)); in rename_without_existing_target()
105 TEST_VERIFY (!file_exists (old_path)); in rename_without_existing_target()
106 TEST_VERIFY (file_exists (new_path)); in rename_without_existing_target()
112 TEST_VERIFY (!file_exists (old_path)); in rename_without_existing_target()
113 TEST_VERIFY (file_exists (subdir_path)); in rename_without_existing_target()
129 TEST_VERIFY (!file_exists (old_path)); in do_test()

Completed in 29 milliseconds