Home
last modified time | relevance | path

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

/glibc-2.36/io/
Dtst-file_change_detection.c104 TEST_VERIFY (__file_change_detection_for_path (&fcd[i++], path_empty1)); in do_test()
105 TEST_VERIFY (__file_change_detection_for_path (&fcd[i++], path_empty2)); in do_test()
107 TEST_VERIFY (__file_change_detection_for_path (&fcd[i++], in do_test()
110 TEST_VERIFY (__file_change_detection_for_path (&fcd[i++], path_loop)); in do_test()
112 TEST_VERIFY (__file_change_detection_for_path (&fcd[i++], path_dangling)); in do_test()
114 TEST_VERIFY (__file_change_detection_for_path (&fcd[i++], tempdir)); in do_test()
116 TEST_VERIFY (__file_change_detection_for_path (&fcd[i++], path_to_empty1)); in do_test()
131 TEST_VERIFY (__file_change_detection_for_path (&fcd[i++], path_file1)); in do_test()
132 TEST_VERIFY (__file_change_detection_for_path (&fcd[i++], path_to_file1)); in do_test()
143 TEST_VERIFY (__file_change_detection_for_path (&fcd[i++], path_empty1)); in do_test()
[all …]
Dfile_change_detection.c68 __file_change_detection_for_path (struct file_change_detection *file, in libc_hidden_def()
95 libc_hidden_def (__file_change_detection_for_path) in libc_hidden_def() argument
DVersions150 __file_change_detection_for_path;
/glibc-2.36/include/
Dfile_change_detection.h54 bool __file_change_detection_for_path (struct file_change_detection *file,
66 libc_hidden_proto (__file_change_detection_for_path)
/glibc-2.36/nss/
Dnss_database.c410 if (!__file_change_detection_for_path (&initial, _PATH_NSSWITCH_CONF)) in nss_database_check_reload_and_get()
/glibc-2.36/resolv/
Dresolv_conf.c124 if (!__file_change_detection_for_path (&initial, _PATH_RESCONF)) in __resolv_conf_get_current()
/glibc-2.36/ChangeLog.old/
DChangeLog.2210906 (__file_change_detection_for_path): Modified function.
DChangeLog.2112144 (__file_change_detection_for_path): New function.
DChangeLog.238936 (__file_change_detection_for_path): Modified function.