Home
last modified time | relevance | path

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

/system/vold/
DCommandListener.cpp629 static size_t kAppFuseMaxMountPointName = 32; variable
632 if (name.size() > kAppFuseMaxMountPointName) { in getMountPath()