Migrate //base/files/file_util.h APIs to use ScopedFD/FILE where appropriate |
|||
Issue descriptionThese APIs pre-date the ScopedFD/FILE helpers, and should be updated to use them, so that calling code can be made simpler and less error-prone.
,
Feb 22 2018
Also review whether any of the FILE-oriented file_util APIs, e.g. base::CreateAndOpenTemporaryFileInDir() can be replaced with fd-based calls, and the APIs removed.
,
Feb 28 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by thestig@chromium.org
, Feb 22 2018