Searched defs:loopDir (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A DVolumeManager.cpp1117 char loopDir[loopDirLen + 2]; local
1118 strcpy(loopDir, Volume::LOOPDIR);
1119 loopDir[loopDirLen++] = '/';
1120 loopDir[loopDirLen] = '\0';
1131 if (!strncmp(mount_path, loopDir, loopDirLen)) {

Completed in 53 milliseconds