Searched refs:isLstat (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
H A Dlibcore_io_Linux.cpp735 static jobject doStat(JNIEnv* env, jstring javaPath, bool isLstat) { argument
741 int rc = isLstat ? TEMP_FAILURE_RETRY(lstat64(path.c_str(), &sb))
744 throwErrnoException(env, isLstat ? "lstat" : "stat");

Completed in 41 milliseconds