OSDN Git Service

ART: Unlink old file in OS::CreateEmptyFile
authorAndreas Gampe <agampe@google.com>
Tue, 30 Jun 2015 17:52:46 +0000 (10:52 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 30 Jun 2015 17:52:46 +0000 (10:52 -0700)
commitb73f1f580d50b5f0792ec99c22a0eb4b355d7012
treee2d8711a0223184a7ae0042be908f03e9cf62fbb
parent49a17ec8427e2723bc8d36bb5eab52618bc3600a
ART: Unlink old file in OS::CreateEmptyFile

Update the documentation to make clear that a new file is expected
to be returned. A potentially existing file will not be reused
(and cleared).

Bug: 22047255
Change-Id: I0eb8601c7696d6f7b81547abcc06ff605826dc26
runtime/os.h
runtime/os_linux.cc