Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/incremental/
H A DIncrementalService.h412 bool mountExistingImage(std::string_view root);
H A DIncrementalService.cpp1648 if (!mountExistingImage(root)) { in mountExistingImages()
1654 bool IncrementalService::mountExistingImage(std::string_view root) { in mountExistingImage() function in android::incremental::IncrementalService