a_path             94 daemons/based/based_io.c     char *a_path = crm_strdup_printf("%s/%s", cib_root, a->d_name);
a_path             96 daemons/based/based_io.c     if(stat(a_path, &s) != 0) {
a_path            116 daemons/based/based_io.c     free(a_path);
a_path            129 daemons/based/based_io.c     char *a_path = crm_strdup_printf("%s/%s", cib_root, a[0]->d_name);
a_path            132 daemons/based/based_io.c     if(stat(a_path, &buf) == 0) {
a_path            139 daemons/based/based_io.c     free(a_path);