Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DAppFuseUtil.cpp34 static size_t kAppFuseMaxMountPointName = 32; variable
37 if (name.size() > kAppFuseMaxMountPointName) { in GetMountPath()