Searched refs:asecPath (Results 1 – 2 of 2) sorted by relevance
/system/vold/ |
D | VolumeManager.h | 144 int findAsec(const char *id, char *asecPath = NULL, size_t asecPathLen = 0,
|
D | VolumeManager.cpp | 1586 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()
|