Home
last modified time | relevance | path

Searched refs:android_lstat (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/testing/
Dfile_io.h42 #define android_lstat(path, buf) android_stat((path), (buf)) macro
46 int android_lstat(const char* path, struct stat* buf);
DTestTempDir.h169 android_lstat(entry_path.c_str(), in DeleteRecursive()
173 android_lstat(entry_path.c_str(), &stats); in DeleteRecursive()
/hardware/google/aemu/base/testing/
Dfile_io.cpp104 int android_lstat(const char* path, struct stat* buf) { in android_lstat() function