Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/io/
DUnixFileSystem.java246 private native int getBooleanAttributes0(String abspath); in getBooleanAttributes0() method in UnixFileSystem
254 int rv = getBooleanAttributes0(f.getPath()); in getBooleanAttributes()
/libcore/ojluni/src/main/native/
DUnixFileSystem_md.c503 NATIVE_METHOD(UnixFileSystem, getBooleanAttributes0, "(Ljava/lang/String;)I"),