Searched refs:tmpdir (Results 1 – 3 of 3) sorted by relevance
15 tmpdir="${top_builddir}/tests/tmp/lighttpd"18 rm -rf "${tmpdir}"19 mkdir -p "${tmpdir}/servers/www.example.org/pages/" \20 "${tmpdir}/servers/www.example.org/pages/dummydir/" \28 "${tmpdir}/cache/compress/"35 "${tmpdir}/servers/www.example.org/pages/"36 cp "${srcdir}/lighttpd.user" "${tmpdir}/"37 cp "${srcdir}/lighttpd.htpasswd" "${tmpdir}/"38 cp "${srcdir}/var-include-sub.conf" "${tmpdir}/../"43 "${tmpdir}/servers/www.example.org/pages/Foo.txt" \[all …]
11 tmpdir="$top_builddir/tests/tmp/"14 rm -rf "$tmpdir"
2557 const char *tmpdir = getenv("TMPDIR"); in config_set_defaults() local2558 if (NULL == tmpdir) tmpdir = "/var/tmp"; in config_set_defaults()2559 array_insert_value(srv->srvconf.upload_tempdirs, tmpdir, strlen(tmpdir)); in config_set_defaults()