Home
last modified time | relevance | path

Searched defs:sourcePath (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/os/incremental/
DIncrementalStorage.java77 public void bind(@NonNull String sourcePath, @NonNull String targetPath) in bind()
108 public void bindPermanent(@NonNull String sourcePath, @NonNull String targetPath) in bindPermanent()
212 @NonNull String sourcePath, long rangeStart, long rangeEnd) throws IOException { in makeFileFromRange()
232 public void makeLink(@NonNull String sourcePath, IncrementalStorage destStorage, in makeLink()
292 public void moveDir(@NonNull String sourcePath, @NonNull String destPath) throws IOException { in moveDir()
DIIncrementalService.aidl65 …int makeBindMount(int storageId, in @utf8InCpp String sourcePath, in @utf8InCpp String targetFullP… in makeBindMount()
92 …ileFromRange(int storageId, in @utf8InCpp String targetPath, in @utf8InCpp String sourcePath, long… in makeFileFromRange()
100 …int makeLink(int sourceStorageId, in @utf8InCpp String sourcePath, int destStorageId, in @utf8InCp… in makeLink()
DIncrementalFileStorages.java191 final File sourcePath = new File(fromBase, relativePath); in makeLink() local
/frameworks/base/tools/aapt/
DCrunchCache.cpp19 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) in CrunchCache()
/frameworks/base/services/incremental/
DBinderIncrementalService.cpp159 const std::string& sourcePath, in makeBindMount()
237 const std::string& sourcePath, in makeFileFromRange()
246 const std::string& sourcePath, in makeLink()
/frameworks/av/media/libmediatranscoding/transcoder/tests/
DVideoTrackTranscoderTests.cpp45 const char* sourcePath = in SetUp() local
DMediaTrackTranscoderTests.cpp67 void initSampleReader(const char* sourcePath) { in initSampleReader()
DPassthroughTrackTranscoderTests.cpp43 const char* sourcePath = in initSourceAndExtractor() local
DMediaSampleReaderNDKTests.cpp176 const char* sourcePath = in SetUp() local
DMediaSampleWriterTests.cpp129 static const char* sourcePath = in init() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerServiceUtils.java981 private static void copyFile(String sourcePath, File targetDir, String targetName) in copyFile()