Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/incremental/
H A DIncrementalStorage.java268 public void moveFile(@NonNull String sourcepath, in moveFile() argument
272 int res = mService.makeLink(mId, sourcepath, mId, destpath); in moveFile()
280 mService.unlink(mId, sourcepath); in moveFile()