Searched defs:lstat (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/testing/
H A Dfile.cc55 #define lstat stat macro
149 // lstat = Don't follow symbolic links.
151 if (lstat(name.c_str(), &stats) != 0) return;

Completed in 11 milliseconds