Searched refs:android_stat (Results 1 – 3 of 3) sorted by relevance
42 #define android_lstat(path, buf) android_stat((path), (buf))43 int android_stat(const char* path, struct _stati64* buf);45 int android_stat(const char* path, struct stat* buf);
233 int ret = android_stat(result.c_str(), &st); in getTempPath()
94 int android_stat(const char* path, struct _stati64* buf) { in android_stat() function98 int android_stat(const char* path, struct stat* buf) { in android_stat() function