Bug 234337 - [PlayStation] Use FileSystem instead of FileSystemPlayStation except several unsupported APIs
Summary: [PlayStation] Use FileSystem instead of FileSystemPlayStation except several ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Other Other
: P2 Normal
Assignee: Tomoki Imai
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-12-15 01:26 PST by Tomoki Imai
Modified: 2021-12-15 09:52 PST (History)
7 users (show)

See Also:


Attachments
patch (14.33 KB, patch)
2021-12-15 01:33 PST, Tomoki Imai
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomoki Imai 2021-12-15 01:26:29 PST
PlayStation should use FileSystem as its current SDK supports std::filesystem.
We have to maintain FileSystemPlayStation for now to supply some of FileSystem APIs because the following functions are not supported yet.

- std::filesystem::space
- std::filesystem::rename
- std::filesystem::canonical
- std::filesystem::directory_iterator
- std::filesystem::remove_all
Comment 1 Tomoki Imai 2021-12-15 01:33:32 PST
Created attachment 447210 [details]
patch
Comment 2 EWS 2021-12-15 09:51:38 PST
Committed r287080 (?): <https://commits.webkit.org/r287080>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 447210 [details].
Comment 3 Radar WebKit Bug Importer 2021-12-15 09:52:17 PST
<rdar://problem/86529098>