Home | History | Annotate | Download | only in sdcard

Lines Matching refs:nomedia

981     /* When creating /Android/data and /Android/obb, mark them as .nomedia */
983 char nomedia[PATH_MAX];
984 snprintf(nomedia, PATH_MAX, "%s/.nomedia", child_path);
985 if (touch(nomedia, 0664) != 0) {
986 ERROR("Failed to touch(%s): %s\n", nomedia, strerror(errno));
991 char nomedia[PATH_MAX];
992 snprintf(nomedia, PATH_MAX, "%s/.nomedia", fuse->global->obb_path);
993 if (touch(nomedia, 0664) != 0) {
994 ERROR("Failed to touch(%s): %s\n", nomedia, strerror(errno));