Home
last modified time | relevance | path

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

/system/core/init/
Dbuiltins.cpp391 bool needs_chmod = (mstat.st_mode & ~S_IFMT) != options.mode; in make_dir_with_options() local
398 needs_chmod = true; in make_dir_with_options()
400 if (needs_chmod) { in make_dir_with_options()