Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/incremental/
H A DIncrementalFileStorages.java187 @NonNull String toBase) throws IOException { in makeLink()
/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl91 @utf8InCpp String toBase); 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()
3559 final String toBase = toDir.getAbsolutePath(); in linkFiles() local
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2627 const std::string& fromBase, const std::string& toBase) { in linkFile()