Home
last modified time | relevance | path

Searched defs:linkFile (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl90 void linkFile(@utf8InCpp String relativePath, @utf8InCpp String fromBase, in linkFile() method
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java644 public void linkFile(String relativePath, String fromBase, String toBase) in linkFile() method in Installer
H A DPackageInstallerSession.java3540 private void linkFile(String relativePath, String fromBase, String toBase) throws IOException { in linkFile() method in PackageInstallerSession
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2626 binder::Status InstalldNativeService::linkFile(const std::string& relativePath, in linkFile() function in android::installd::InstalldNativeService