Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbase64.d1943 string encode_file = std.file.deleteme ~ "-testingEncoder"; variable
1944 std.file.write(encode_file, "\nf\nfo\nfoo\nfoob\nfooba\nfoobar");
1947 auto f = File(encode_file);
1952 std.file.remove(encode_file); in scope()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dbase64.d1939 string encode_file = std.file.deleteme ~ "-testingEncoder"; variable
1940 std.file.write(encode_file, "\nf\nfo\nfoo\nfoob\nfooba\nfoobar");
1943 auto f = File(encode_file);
1948 std.file.remove(encode_file); in scope()