10 references to IO_PathNotFound_Path
System.Formats.Tar (10)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
133
new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, path)) :
System\Formats\Tar\TarEntry.cs (1)
509
throw new IOException(SR.Format(SR.
IO_PathNotFound_Path
, filePath));
System\Formats\Tar\TarFile.cs (8)
43
throw new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, sourceDirectoryName));
82
return Task.FromException(new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, sourceDirectoryName)));
112
throw new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, sourceDirectoryName));
148
return Task.FromException(new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, sourceDirectoryName)));
183
throw new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, destinationDirectoryName));
228
return Task.FromException(new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, destinationDirectoryName)));
271
throw new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, destinationDirectoryName));
318
return Task.FromException(new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, destinationDirectoryName)));