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

/system/vold/
H A DVolumeManager.h90 int findAsec(const char *id, char *asecPath = NULL, size_t asecPathLen = 0,
H A DVolumeManager.cpp824 int VolumeManager::findAsec(const char *id, char *asecPath, size_t asecPathLen, argument
849 if (asecPath != NULL) {
850 int written = snprintf(asecPath, asecPathLen, "%s/%s", dir, asecName);

Completed in 1707 milliseconds