Searched refs:certstorepath (Results 1 – 1 of 1) sorted by relevance
765 copy_certstore(const char *path, void *certstorepath) in copy_certstore() argument767 if (!copy_file(path, (char *)certstorepath)) { in copy_certstore()1281 char *certstorepath = NULL; in wanbootfs_payload() local1344 if ((certstorepath = make_path(bootfs_dir, in wanbootfs_payload()1347 copy_certstore, certstorepath) != WBCGI_FTW_CBOK) { in wanbootfs_payload()1455 if (certstorepath != NULL && in wanbootfs_payload()1456 WBCGI_FILE_EXISTS(certstorepath, sbuf)) { in wanbootfs_payload()1457 (void) unlink(certstorepath); in wanbootfs_payload()1519 free_path(&certstorepath); in wanbootfs_payload()