Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DIncrementalService.h412 bool mountExistingImage(std::string_view root);
DIncrementalService.cpp1668 if (!mountExistingImage(root)) { in mountExistingImages()
1674 bool IncrementalService::mountExistingImage(std::string_view root) { in mountExistingImage() function in android::incremental::IncrementalService