Home | History | Annotate | Download | only in installd

Lines Matching refs:target_mode

291 static int prepare_app_dir(const std::string& path, mode_t target_mode, uid_t uid) {
292 if (fs_prepare_dir_strict(path.c_str(), target_mode, uid, uid) != 0) {