Searched refs:isLstat (Results 1 – 1 of 1) sorted by relevance
756 static jobject doStat(JNIEnv* env, jstring javaPath, bool isLstat) { in doStat() argument762 int rc = isLstat ? TEMP_FAILURE_RETRY(lstat64(path.c_str(), &sb)) in doStat()765 throwErrnoException(env, isLstat ? "lstat" : "stat"); in doStat()