Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.h144 int findAsec(const char *id, char *asecPath = NULL, size_t asecPathLen = 0,
DVolumeManager.cpp1586 int VolumeManager::findAsec(const char *id, char *asecPath, size_t asecPathLen, in findAsec() argument
1615 if (asecPath != NULL) { in findAsec()
1616 int written = snprintf(asecPath, asecPathLen, "%s/%s", dir, asecName); in findAsec()