Searched refs:target_mode (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dcommands.cpp82 int target_mode = target_sdk_version >= MIN_RESTRICTED_HOME_SDK_VERSION ? 0700 : 0751; local
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) {

Completed in 460 milliseconds