Home
last modified time | relevance | path

Searched refs:getOwnerId (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/annotations/mmodule/java/io/
DFileDescriptor.annotated.java45 public long getOwnerId$() { throw new RuntimeException("Stub!"); } in getOwnerId$()
/libcore/ojluni/annotations/hiddenapi/java/io/
DFileDescriptor.java57 public long getOwnerId$() { in getOwnerId$()
/libcore/luni/src/main/java/libcore/io/
DIoUtils.java74 long previousOwnerId = copy.getOwnerId$(); in acquireRawFd()
156 long previousOwnerId = fd.getOwnerId$(); in setFdOwner()
/libcore/ojluni/src/main/java/java/io/
DFileDescriptor.java220 public long getOwnerId$() { in getOwnerId$()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp1183 static jmethodID getOwnerId = env->GetMethodID(JniConstants::GetFileDescriptorClass(env), in Linux_close() local
1185 jlong ownerId = env->CallLongMethod(javaFd, getOwnerId); in Linux_close()