Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl84 void linkFile(@utf8InCpp String relativePath, @utf8InCpp String fromBase, in linkFile() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java480 public void linkFile(String relativePath, String fromBase, String toBase) in linkFile() method in Installer
486 mInstalld.linkFile(relativePath, fromBase, toBase); in linkFile()
DPackageInstallerSession.java1908 mPm.mInstaller.linkFile(relativePath, fromDir.getAbsolutePath(), in linkFiles()
/frameworks/native/cmds/installd/
DInstalldNativeService.h132 binder::Status linkFile(const std::string& relativePath, const std::string& fromBase,
DInstalldNativeService.cpp2523 binder::Status InstalldNativeService::linkFile(const std::string& relativePath, in linkFile() function in android::installd::InstalldNativeService