Home
last modified time | relevance | path

Searched defs:fromBase (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/incremental/
H A DIncrementalFileStorages.java186 public boolean makeLink(@NonNull String relativePath, @NonNull String fromBase, in makeLink()
/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl90 void linkFile(@utf8InCpp String relativePath, @utf8InCpp String fromBase, in linkFile()
/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()
H A DPackageInstallerSession.java3540 private void linkFile(String relativePath, String fromBase, String toBase) throws IOException { in linkFile()
3558 final String fromBase = fromDir.getAbsolutePath(); in linkFiles() local
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2627 const std::string& fromBase, const std::string& toBase) { in linkFile()