Home
last modified time | relevance | path

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

/system/vold/
DFileDeviceUtils.cpp50 size_t best_length = 0; in BlockDeviceForPath() local
54 if (l > best_length && path.size() > l && path[l] == '/' && in BlockDeviceForPath()
57 best_length = l; in BlockDeviceForPath()