Searched refs:urandompath (Results 1 – 1 of 1) sorted by relevance
362 create_urandom(const char *urandompath) in create_urandom() argument367 if ((fd = open(urandompath, in create_urandom()1285 char *urandompath = NULL; in wanbootfs_payload() local1372 if ((urandompath = make_path(bootfs_dev_dir, in wanbootfs_payload()1374 !create_urandom(urandompath)) { in wanbootfs_payload()1471 if (urandompath != NULL && in wanbootfs_payload()1472 WBCGI_FILE_EXISTS(urandompath, sbuf)) { in wanbootfs_payload()1473 (void) unlink(urandompath); in wanbootfs_payload()1523 free_path(&urandompath); in wanbootfs_payload()