HomeSort by: relevance | last modified time | path
    Searched refs:tempDir (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dns-rcode-func-autogen 203 if [ -d "${tempDir}" ]; then
204 rm -fr "${tempDir}"
243 tempDir=$( mktemp -d ) || ErrQuit "Failed to make temporary directory."
244 declare -r originalRCodesFile="${tempDir}/rcodesOriginal.csv"
247 declare -r rcodesFile="${tempDir}/rcodes.csv"
250 declare -r tempFile="${tempDir}/temp.csv"
dns-rr-func-autogen 204 if [ -d "${tempDir}" ]; then
205 rm -fr "${tempDir}"
259 tempDir=$( mktemp -d ) || ErrQuit "Failed to make temporary directory."
260 declare -r originalRecordTypesFile="${tempDir}/recordTypesOriginal.csv"
263 declare -r overridesFile="${tempDir}/overrides.csv"
268 declare -r recordTypesFile="${tempDir}/recordTypes.csv"
271 declare -r tempFile="${tempDir}/temp.csv"
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
process.d 670 import std.file : tempDir;
674 return buildPath(tempDir(), "std.process temporary file " ~
1739 auto done = buildPath(tempDir(), randomUUID().toString());
1757 auto pathi = buildPath(tempDir(), randomUUID().toString());
1758 auto patho = buildPath(tempDir(), randomUUID().toString());
1759 auto pathe = buildPath(tempDir(), randomUUID().toString());
1764 auto done = buildPath(tempDir(), randomUUID().toString());
1801 import std.file : remove, write, setAttributes, tempDir;
1804 string deleteme = buildPath(tempDir(), "deleteme.std.process.unittest.pid") ~ to!string(thisProcessID);
file.d 29 $(LREF tempDir)
140 fileName = text(buildPath(tempDir(), base), thisProcessID);
4980 string testdir = tempDir.buildPath("deleteme.dmd.unittest.std.file" ~ to!string(thisProcessID));
5250 On all platforms, `tempDir` returns the current working directory on failure.
5258 The POSIX `tempDir` algorithm is inspired by Python's
5259 $(LINK2 http://docs.python.org/library/tempfile.html#tempfile.tempdir, `tempfile.tempdir`).
5276 On all platforms, `tempDir` returns `"."` on failure, representing
5279 string tempDir() @trusted
5347 auto myFile = tempDir.buildPath(id ~ "my_tmp_file")
    [all...]
socket.d 2049 import std.file : tempDir;
2051 return text(tempDir, thisProcessID);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/
core.d 3148 import std.file : exists, remove, tempDir;
3153 string fn = tempDir.buildPath("logfile.log");
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
package.d 11431 import std.file : exists, remove, tempDir;
11435 auto name = buildPath(tempDir(), "test.std.range.line-" ~ text(__LINE__) ~

Completed in 25 milliseconds