Home
last modified time | relevance | path

Searched defs:android_lstat (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/testing/
Dfile_io.h42 #define android_lstat(path, buf) android_stat((path), (buf)) macro
/hardware/google/aemu/base/testing/
Dfile_io.cpp104 int android_lstat(const char* path, struct stat* buf) { in android_lstat() function