Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfile.d3069 immutable basepath = deleteme ~ "_dir"; variable
3070 scope(exit) () @trusted { rmdirRecurse(basepath); }(); in scope()
3072 auto path = buildPath(basepath, "a", "..", "b");
3077 path = buildPath(basepath, "c");
3081 path = buildPath(basepath, "d");
3093 immutable basepath = deleteme ~ "_dir"; variable
3096 immutable path = basepath ~ "\\fake\\here\\"; in version()
3100 immutable path = basepath ~ `/fake/here/`; in version()
3104 assert(basepath.exists && basepath.isDir);
3105 scope(exit) () @trusted { rmdirRecurse(basepath); }(); in scope()