Home
last modified time | relevance | path

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

/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOs.java61 public static StructStat lstat(String path) throws ErrnoException { in lstat() method in Os
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/com/android/ravenwood/
DRavenwoodRuntimeNative.java44 public static native StructStat lstat(String path) throws ErrnoException; in lstat() method in RavenwoodRuntimeNative
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_runtime.cpp203 { "lstat", "(Ljava/lang/String;)Landroid/system/StructStat;", (void*)Linux_lstat }, in lstat() method