Home
last modified time | relevance | path

Searched refs:FileException (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfile.d167 class FileException : Exception
234 assertThrown!FileException("non.existing.file.".readText);
243 throw new FileException(name, .GetLastError(), file, line); in cenforce()
247 throw new FileException(name, .errno, file, line); in cenforce()
266 throw new FileException(name, .GetLastError(), file, line); in version()
283 throw new FileException(name, .errno, file, line); in version()
294 catch (FileException) {} in catch() argument
498 Throws: $(LREF FileException) if there is an error reading the file,
988 new FileException( in renameImpl()
1049 assertThrown!FileException(deleteme.readText);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfile.d158 class FileException : Exception
223 throw new FileException(name, .GetLastError(), file, line); in cenforce()
227 throw new FileException(name, .errno, file, line); in cenforce()
246 throw new FileException(name, .GetLastError(), file, line); in version()
263 throw new FileException(name, .errno, file, line); in version()
274 catch (FileException) {} in catch() argument
755 new FileException( in renameImpl()
846 new FileException(name.idup)); in getFA()
859 new FileException(namez[0 .. wcslen(namez)].to!string)); in getFA()
965 $(D FileException) on error.
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dtimezone.d2065 could not be found or `FileException` if the TZ Database file
2419 `FileException` if it fails to read from disk.
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dtimezone.d1942 could not be found or $(D FileException) if the TZ Database file
2293 $(D FileException) if it fails to read from disk.