Searched refs:android_lstat (Results 1 – 3 of 3) sorted by relevance
42 #define android_lstat(path, buf) android_stat((path), (buf)) macro46 int android_lstat(const char* path, struct stat* buf);
169 android_lstat(entry_path.c_str(), in DeleteRecursive()173 android_lstat(entry_path.c_str(), &stats); in DeleteRecursive()
104 int android_lstat(const char* path, struct stat* buf) { in android_lstat() function