Home
last modified time | relevance | path

Searched refs:createFd (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DInstallLocationUtils.java430 handle = fd != null ? NativeLibraryHelper.Handle.createFd(pkg, fd) in calculateInstalledSize()
H A DNativeLibraryHelper.java124 public static Handle createFd(PackageLite lite, FileDescriptor fd) throws IOException { in createFd() method in NativeLibraryHelper.Handle