Searched refs:openStorage (Results 1 – 10 of 10) sorted by relevance
128 public IncrementalStorage openStorage(@NonNull String path) { in openStorage() method in IncrementalManager130 final int id = mService.openStorage(path); in openStorage()179 final IncrementalStorage apkStorage = openStorage(beforeCodeAbsolute.toString()); in linkCodePath()292 final IncrementalStorage storage = openStorage(codePath); in rmPackageDir()313 final IncrementalStorage storage = openStorage(codePath); in registerLoadingProgressCallback()326 final IncrementalStorage storage = openStorage(codePath); in unregisterLoadingProgressCallbacks()402 final IncrementalStorage storage = openStorage(codePath); in getMetrics()
41 int openStorage(in @utf8InCpp String path); in openStorage() method
118 mInheritedStorage = mIncrementalManager.openStorage( in IncrementalFileStorages()
112 binder::Status BinderIncrementalService::openStorage(const std::string& path, in openStorage() function in android::os::incremental::BinderIncrementalService114 *_aidl_return = mImpl.openStorage(path); in openStorage()
42 binder::Status openStorage(const std::string& path, int32_t* _aidl_return) final;
159 StorageId openStorage(std::string_view path);
1035 StorageId IncrementalService::openStorage(std::string_view pathInMount) { in openStorage() function in android::incremental::IncrementalService
501 incrementalManager.openStorage(apkParent.getAbsolutePath()); in incrementalConfigureNativeBinariesForSupportedAbi()
549 IncrementalStorage storage = manager.openStorage(filePath); in needToWait()
19996 IncrementalStorage storage = mIncrementalManager.openStorage(codePath); in executePostCommitSteps()