WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
232499
Add createTemporaryDirectory implementation to WTF::FileSystem for PlayStation
https://bugs.webkit.org/show_bug.cgi?id=232499
Summary
Add createTemporaryDirectory implementation to WTF::FileSystem for PlayStation
Stephan Szabo
Reported
2021-10-29 10:46:20 PDT
A recently added test for the curl port wanted to use FileSystem::createTemporaryDirectory, but that doesn't have a POSIX implementation. It seems reasonable to have an implementation either for POSIX or just PlayStation.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-11-05 10:47:17 PDT
<
rdar://problem/85077118
>
serakeri
Comment 2
2022-07-21 12:02:37 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/2626
serakeri
Comment 3
2022-07-21 12:23:51 PDT
I drafted a pull request that uses std::filesystem::temp_directory_path and mkdtemp. Is this an acceptable solution?
EWS
Comment 4
2022-07-25 13:55:03 PDT
Committed
252799@main
(00e1e0d6e977): <
https://commits.webkit.org/252799@main
> Reviewed commits have been landed. Closing PR #2626 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug