Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
6fddb7ee
Unverified
Commit
6fddb7ee
authored
Apr 02, 2020
by
Zachary Anderson
Committed by
GitHub
Apr 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flutter_tools] Handle full device when creating a temp directory (#53691)
parent
3a0d8377
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
407 additions
and
151 deletions
+407
-151
error_handling_file_system.dart
...lutter_tools/lib/src/base/error_handling_file_system.dart
+216
-75
globals.dart
packages/flutter_tools/lib/src/globals.dart
+2
-1
error_handling_file_system_test.dart
...t/general.shard/base/error_handling_file_system_test.dart
+189
-75
No files found.
packages/flutter_tools/lib/src/base/error_handling_file_system.dart
View file @
6fddb7ee
This diff is collapsed.
Click to expand it.
packages/flutter_tools/lib/src/globals.dart
View file @
6fddb7ee
...
...
@@ -52,7 +52,8 @@ const FileSystem _kLocalFs = LocalFileSystem();
/// By default it uses local disk-based implementation. Override this in tests
/// with [MemoryFileSystem].
FileSystem
get
fs
=>
ErrorHandlingFileSystem
(
context
.
get
<
FileSystem
>()
??
_kLocalFs
,
delegate:
context
.
get
<
FileSystem
>()
??
_kLocalFs
,
platform:
platform
,
);
final
FileSystemUtils
_defaultFileSystemUtils
=
FileSystemUtils
(
...
...
packages/flutter_tools/test/general.shard/base/error_handling_file_system_test.dart
View file @
6fddb7ee
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment