Home
last modified time | relevance | path

Searched refs:tmp_fn_templ (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/
H A Ddnf-sack.cpp492 int tmp_fd = mkstemp(tmp_fn_templ); in write_main()
504 tmp_fn_templ); in write_main()
531 FILE *fp = fopen(tmp_fn_templ, "r"); in write_main()
549 ret = mv(tmp_fn_templ, fn, error); in write_main()
556 unlink(tmp_fn_templ); in write_main()
557 g_free(tmp_fn_templ); in write_main()
600 int tmp_fd = mkstemp(tmp_fn_templ); in write_ext()
608 tmp_fn_templ); in write_ext()
647 if (!mv(tmp_fn_templ, fn, error)) { in write_ext()
655 unlink(tmp_fn_templ); in write_ext()
[all …]