Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Doutbuffer.d41 import dmd.common.file : FileMapping, touchFile, writeFile;
790 ? result && touchFile(filename) in moveToFile()
H A Dfile.d507 bool touchFile(const char* namez) in touchFile() function