Searched refs:linkFile (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 84 void linkFile(@utf8InCpp String relativePath, @utf8InCpp String fromBase, in linkFile() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 480 public void linkFile(String relativePath, String fromBase, String toBase) in linkFile() method in Installer 486 mInstalld.linkFile(relativePath, fromBase, toBase); in linkFile()
|
D | PackageInstallerSession.java | 1908 mPm.mInstaller.linkFile(relativePath, fromDir.getAbsolutePath(), in linkFiles()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 132 binder::Status linkFile(const std::string& relativePath, const std::string& fromBase,
|
D | InstalldNativeService.cpp | 2523 binder::Status InstalldNativeService::linkFile(const std::string& relativePath, in linkFile() function in android::installd::InstalldNativeService
|