a_path            112 daemons/based/based_io.c     char *a_path = crm_strdup_printf("%s/%s", cib_root, a->d_name);
a_path            114 daemons/based/based_io.c     if(stat(a_path, &s) != 0) {
a_path            148 daemons/based/based_io.c     free(a_path);
a_path            161 daemons/based/based_io.c     char *a_path = crm_strdup_printf("%s/%s", cib_root, a[0]->d_name);
a_path            164 daemons/based/based_io.c     if(stat(a_path, &buf) == 0) {
a_path            171 daemons/based/based_io.c     free(a_path);