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

/system/vold/
H A DVolumeManager.cpp180 int VolumeManager::getObbMountPath(const char *sourceFile, char *mountPath, int mountPathLen) { argument
187 memset(mountPath, 0, mountPathLen);
188 snprintf(mountPath, mountPathLen, "%s/%s", Volume::LOOPDIR, idHash);
190 if (access(mountPath, F_OK)) {

Completed in 342 milliseconds