Home | History | Annotate | Download | only in vold

Lines Matching refs:directory

590             // We don't care about the lost+found directory.
620 // Finally make the directory readable by everyone.
623 SLOGE("Couldn't change owner of existing directory %s: %s", mountPoint, strerror(errno));
885 const char **directory) const {
905 if (directory != NULL) {
906 *directory = dir;
1465 int VolumeManager::unmountAllAsecsInDir(const char *directory) {
1466 DIR *d = opendir(directory);
1470 SLOGE("Could not open asec dir %s", directory);