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