Loading core/java/com/android/internal/os/ZygoteInit.java +3 −3 Original line number Diff line number Diff line Loading @@ -16,8 +16,8 @@ package com.android.internal.os; import static libcore.io.OsConstants.S_IRWXG; import static libcore.io.OsConstants.S_IRWXO; import static android.system.OsConstants.S_IRWXG; import static android.system.OsConstants.S_IRWXO; import android.content.res.Resources; import android.content.res.TypedArray; Loading Loading @@ -195,7 +195,7 @@ public class ZygoteInit { FileDescriptor fd = sServerSocket.getFileDescriptor(); sServerSocket.close(); if (fd != null) { Libcore.os.close(fd); Os.close(fd); } } } catch (IOException ex) { Loading Loading
core/java/com/android/internal/os/ZygoteInit.java +3 −3 Original line number Diff line number Diff line Loading @@ -16,8 +16,8 @@ package com.android.internal.os; import static libcore.io.OsConstants.S_IRWXG; import static libcore.io.OsConstants.S_IRWXO; import static android.system.OsConstants.S_IRWXG; import static android.system.OsConstants.S_IRWXO; import android.content.res.Resources; import android.content.res.TypedArray; Loading Loading @@ -195,7 +195,7 @@ public class ZygoteInit { FileDescriptor fd = sServerSocket.getFileDescriptor(); sServerSocket.close(); if (fd != null) { Libcore.os.close(fd); Os.close(fd); } } } catch (IOException ex) { Loading