Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/io/
DFileDescriptor.java66 private long ownerId = NO_OWNER; field in FileDescriptor
221 return this.ownerId; in getOwnerId$()
234 this.ownerId = newOwnerId; in setOwnerId$()
249 result.ownerId = this.ownerId; in release$()
251 this.ownerId = FileDescriptor.NO_OWNER; in release$()
/libcore/luni/src/main/java/libcore/io/
DIoUtils.java162 long ownerId = generateFdOwnerId(owner); in setFdOwner() local
163 fd.setOwnerId$(ownerId); in setFdOwner()
166 Libcore.os.android_fdsan_exchange_owner_tag(fd, previousOwnerId, ownerId); in setFdOwner()
/libcore/ojluni/annotations/hiddenapi/java/io/
DFileDescriptor.java103 private long ownerId = 0L; // 0x0L field in FileDescriptor
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp1185 jlong ownerId = env->CallLongMethod(javaFd, getOwnerId); in Linux_close() local
1188 throwIfMinusOne(env, "close", android_fdsan_close_with_tag(fd, ownerId)); in Linux_close()