commit | 550c589938ef7cd7c4287ba4e52ddc4853598af7 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Fri Jun 24 10:49:32 2016 -0700 |
committer | Andreas Gampe <agampe@google.com> | Mon Nov 07 10:58:01 2016 -0800 |
tree | 5df86a44749f20d73e1b0ff8443f375ef01fa2f7 | |
parent | 8ef4642ef27a0acf8dce07b174adea3e7f997846 [diff] |
ART: Add Unlink to FdFile Add Unlink function that tries to unlink the file if it was created with a file path. The function tries to ensure that it does not unlink a newer file. Add a parameter to Erase to add unlinking. Test: m test-art-host-gtest-fd_file_test Change-Id: I49993bb94aec10d5c8d9b2cbea30ebaa255b99e1