Commit 44b365f
Bug 1993904 - Acknowledge a possible failure during file copy/move. a=pascalc
We provide an alternate path if we can't determine whether the file we
are copying or moving is or isn't a directory. This information is only
required to potentially avoid a slow path, so in case we can't get it we
just continue with the copy/move operation and then unconditionally take
the slow path.
Original Revision: https://phabricator.services.mozilla.com/D268845
Differential Revision: https://phabricator.services.mozilla.com/D2690101 parent 0b440e8 commit 44b365f
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
1867 | 1868 | | |
1868 | 1869 | | |
1869 | 1870 | | |
1870 | | - | |
1871 | | - | |
1872 | | - | |
| 1871 | + | |
| 1872 | + | |
| 1873 | + | |
| 1874 | + | |
| 1875 | + | |
1873 | 1876 | | |
1874 | 1877 | | |
1875 | 1878 | | |
| |||
1936 | 1939 | | |
1937 | 1940 | | |
1938 | 1941 | | |
1939 | | - | |
| 1942 | + | |
| 1943 | + | |
1940 | 1944 | | |
1941 | 1945 | | |
1942 | 1946 | | |
| |||
0 commit comments