Home
last modified time | relevance | path

Searched refs:getcwd (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixFileSystem.java67 byte[] cwd = UnixNativeDispatcher.getcwd(); in UnixFileSystem()
DUnixNativeDispatcher.java58 static native byte[] getcwd(); in getcwd() method in UnixNativeDispatcher
/libcore/ojluni/src/main/native/
DSystem.c177 char* process_path = getcwd(path, sizeof(path)); in System_specialProperties()
DUnixNativeDispatcher.c300 char* cwd = getcwd(buf, sizeof(buf)); in Java_sun_nio_fs_UnixNativeDispatcher_getcwd()