Home
last modified time | relevance | path

Searched refs:nomedia (Results 1 – 1 of 1) sorted by relevance

/system/core/sdcard/
Dfuse.cpp781 char nomedia[PATH_MAX]; in handle_mkdir() local
782 snprintf(nomedia, PATH_MAX, "%s/.nomedia", child_path); in handle_mkdir()
783 if (touch(nomedia, 0664) != 0) { in handle_mkdir()
784 PLOG(ERROR) << "touch(" << nomedia << ") failed"; in handle_mkdir()
789 char nomedia[PATH_MAX]; in handle_mkdir() local
790 snprintf(nomedia, PATH_MAX, "%s/.nomedia", fuse->global->obb_path); in handle_mkdir()
791 if (touch(nomedia, 0664) != 0) { in handle_mkdir()
792 PLOG(ERROR) << "touch(" << nomedia << ") failed"; in handle_mkdir()