Searched defs:android_lstat (Results 1 – 2 of 2) sorted by relevance
42 #define android_lstat(path, buf) android_stat((path), (buf)) macro
104 int android_lstat(const char* path, struct stat* buf) { in android_lstat() function