10 references to IO_PathNotFound_Path
System.Formats.Tar (10)
src\runtime\src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
134
new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, path), path) :
System\Formats\Tar\TarEntry.cs (1)
643
throw new IOException(SR.Format(SR.
IO_PathNotFound_Path
, filePath));
System\Formats\Tar\TarFile.cs (8)
70
throw new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, sourceDirectoryName), sourceDirectoryName);
138
return Task.FromException(new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, sourceDirectoryName), sourceDirectoryName));
193
throw new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, sourceDirectoryName), sourceDirectoryName);
256
return Task.FromException(new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, sourceDirectoryName), sourceDirectoryName));
312
throw new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, destinationDirectoryName), destinationDirectoryName);
380
return Task.FromException(new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, destinationDirectoryName), destinationDirectoryName));
443
throw new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, destinationDirectoryName), destinationDirectoryName);
512
return Task.FromException(new DirectoryNotFoundException(SR.Format(SR.
IO_PathNotFound_Path
, destinationDirectoryName), destinationDirectoryName));