Searched refs:XMLTOPOFILE (Results 1 – 1 of 1) sorted by relevance
40 #define XMLTOPOFILE "/var/run/fab-xlate-topo.xml" macro61 if ((unlink(XMLTOPOFILE) == -1) && (errno != ENOENT)) { in fab_update_topo()65 fd = open(XMLTOPOFILE, O_RDWR | O_CREAT | O_EXCL, 0600); in fab_update_topo()99 fab_doc = xmlParseFile(XMLTOPOFILE); in fab_update_topo()109 (void) unlink(XMLTOPOFILE); in fab_update_topo()