Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/incremental/
H A DIncrementalStorage.java98 public void bindPermanent(@NonNull String targetPath) throws IOException { in bindPermanent() method in IncrementalStorage
99 bindPermanent("", targetPath); in bindPermanent()
109 public void bindPermanent(@NonNull String sourcePath, @NonNull String targetPath) in bindPermanent() method in IncrementalStorage