Searched refs:__file_change_detection_for_path (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/io/ |
D | tst-file_change_detection.c | 104 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 …]
|
D | file_change_detection.c | 68 __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
|
D | Versions | 150 __file_change_detection_for_path;
|
/glibc-2.36/include/ |
D | file_change_detection.h | 54 bool __file_change_detection_for_path (struct file_change_detection *file, 66 libc_hidden_proto (__file_change_detection_for_path)
|
/glibc-2.36/nss/ |
D | nss_database.c | 410 if (!__file_change_detection_for_path (&initial, _PATH_NSSWITCH_CONF)) in nss_database_check_reload_and_get()
|
/glibc-2.36/resolv/ |
D | resolv_conf.c | 124 if (!__file_change_detection_for_path (&initial, _PATH_RESCONF)) in __resolv_conf_get_current()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.22 | 10906 (__file_change_detection_for_path): Modified function.
|
D | ChangeLog.21 | 12144 (__file_change_detection_for_path): New function.
|
D | ChangeLog.23 | 8936 (__file_change_detection_for_path): Modified function.
|