Home
last modified time | relevance | path

Searched refs:_stat (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h1704 typedef struct _stat StatStruct;
1730 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc87 #define _stat stat macro
970 struct _stat st; in FindLibraryPath()