Home | History | Annotate | Download | only in androidfw

Lines Matching refs:lstat64

526     if (lstat64(filepath.string(), &s) != 0) {
528 ALOGE("Error %d (%s) from lstat64(%s)", err, strerror(err), filepath.string());