OSDN Git Service

Change use of /data to /data/local/tmp.
authorChristopher Ferris <cferris@google.com>
Fri, 20 May 2016 22:32:47 +0000 (15:32 -0700)
committerChristopher Ferris <cferris@google.com>
Fri, 20 May 2016 22:32:47 +0000 (15:32 -0700)
commit7e53843f7b4c061920d1742c8e70a50509d83a53
treeb2a6a94cc498000c87b5f587a5db300e55f74f70
parentc912ed05196d18b4f9ce0876b52b600437d1b497
Change use of /data to /data/local/tmp.

The unistd fsync/fdatasync were changed to use /data from /.
Unfortunately, this directory is unreadable unless you are root, so
change this path to /data/local/tmp.

Bug: 28885777
Change-Id: Ia88da7a05c8f1b05fbd45ef2e8c55ba0c3368164
tests/unistd_test.cpp