RESOLVED FIXED 89976
[EFL] Use eina_file_ls() in EFL implementation of FileSystem listDirectory()
https://bugs.webkit.org/show_bug.cgi?id=89976
Summary [EFL] Use eina_file_ls() in EFL implementation of FileSystem listDirectory()
Chris Dumez
Reported 2012-06-26 06:40:27 PDT
listDirectory in fileSystemEfl.cpp is currently using POSIX C functions to list the directory. Using eina_file_ls() would make the code much shorter and more maintainable.
Attachments
Patch (2.89 KB, patch)
2012-06-26 06:44 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2012-06-26 06:44:24 PDT
WebKit Review Bot
Comment 2 2012-06-26 16:40:13 PDT
Comment on attachment 149524 [details] Patch Clearing flags on attachment: 149524 Committed r121300: <http://trac.webkit.org/changeset/121300>
WebKit Review Bot
Comment 3 2012-06-26 16:40:20 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.