cib_location 495 lib/cib/cib_file.c cib_file_new(const char *cib_location) cib_location 506 lib/cib/cib_file.c if (cib_location == NULL) { cib_location 507 lib/cib/cib_file.c cib_location = getenv("CIB_file"); cib_location 510 lib/cib/cib_file.c if (cib_file_is_live(cib_location)) { cib_location 512 lib/cib/cib_file.c crm_trace("File %s detected as live CIB", cib_location); cib_location 514 lib/cib/cib_file.c private->filename = strdup(cib_location);