Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/incremental/
H A DIncrementalStorage.java269 @NonNull String destpath) throws IOException { in moveFile() argument
272 int res = mService.makeLink(mId, sourcepath, mId, destpath); in moveFile()