Home | History | Annotate | Download | only in installd

Lines Matching refs:target_mode

82     int target_mode = target_sdk_version >= MIN_RESTRICTED_HOME_SDK_VERSION ? 0700 : 0751;
85 if (fs_prepare_dir_strict(path.c_str(), target_mode, uid, uid) != 0) {
96 if (fs_prepare_dir_strict(path.c_str(), target_mode, uid, uid) == -1) {