Lines Matching refs:nomedia
1001 /* When creating /Android/data and /Android/obb, mark them as .nomedia */
1003 char nomedia[PATH_MAX];
1004 snprintf(nomedia, PATH_MAX, "%s/.nomedia", child_path);
1005 if (touch(nomedia, 0664) != 0) {
1006 ERROR("Failed to touch(%s): %s\n", nomedia, strerror(errno));
1011 char nomedia[PATH_MAX];
1012 snprintf(nomedia, PATH_MAX, "%s/.nomedia", fuse->obbpath);
1013 if (touch(nomedia, 0664) != 0) {
1014 ERROR("Failed to touch(%s): %s\n", nomedia, strerror(errno));