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