cib_location      518 lib/cib/cib_file.c cib_file_new(const char *cib_location)
cib_location      537 lib/cib/cib_file.c     if (cib_location == NULL) {
cib_location      538 lib/cib/cib_file.c         cib_location = getenv("CIB_file");
cib_location      539 lib/cib/cib_file.c         CRM_CHECK(cib_location != NULL, return NULL); // Shouldn't be possible
cib_location      542 lib/cib/cib_file.c     if (cib_file_is_live(cib_location)) {
cib_location      544 lib/cib/cib_file.c         crm_trace("File %s detected as live CIB", cib_location);
cib_location      546 lib/cib/cib_file.c     private->filename = strdup(cib_location);