Home
last modified time | relevance | path

Searched refs:android_stat (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))
43 int android_stat(const char* path, struct _stati64* buf);
45 int android_stat(const char* path, struct stat* buf);
DTestTempDir.h233 int ret = android_stat(result.c_str(), &st); in getTempPath()
/hardware/google/aemu/base/testing/
Dfile_io.cpp94 int android_stat(const char* path, struct _stati64* buf) { in android_stat() function
98 int android_stat(const char* path, struct stat* buf) { in android_stat() function