a_path            106 daemons/based/based_io.c     char *a_path = crm_strdup_printf("%s/%s", cib_root, a->d_name);
a_path            108 daemons/based/based_io.c     if(stat(a_path, &s) != 0) {
a_path            142 daemons/based/based_io.c     free(a_path);
a_path            155 daemons/based/based_io.c     char *a_path = crm_strdup_printf("%s/%s", cib_root, a[0]->d_name);
a_path            158 daemons/based/based_io.c     if(stat(a_path, &buf) == 0) {
a_path            165 daemons/based/based_io.c     free(a_path);