Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DIncrementalService.h435 StorageId findStorageId(std::string_view path) const;
DIncrementalService.cpp611 const auto id = findStorageId(mountNorm); in createStorage()
885 StorageId IncrementalService::findStorageId(std::string_view path) const { in findStorageId() function in android::incremental::IncrementalService
1060 return findStorageId(path::normalize(pathInMount)); in openStorage()