OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_mode
(Results
1 - 2
of
2
) sorted by null
/art/test/
run-test
105
target_mode
="yes"
132
target_mode
="no"
149
target_mode
="no"
430
if [ "$
target_mode
" = "no" ]; then
452
if [ "$
target_mode
" = "no" ]; then
460
if [ "$
target_mode
" = "no" ]; then
488
if [ "$
target_mode
" = "no" ]; then
687
|| ([ "x$
target_mode
" = "xyes" ] \
696
if [ "$
target_mode
" = "no" ]; then
728
if [ "$run_checker" = "yes" -a "$
target_mode
" = "yes" ]; the
[
all
...]
/frameworks/native/cmds/installd/
commands.cpp
102
static int prepare_app_dir(const std::string& path, mode_t
target_mode
, uid_t uid,
104
if (fs_prepare_dir_strict(path.c_str(),
target_mode
, uid, uid) != 0) {
115
static int prepare_app_dir(const std::string& parent, const char* name, mode_t
target_mode
,
117
return prepare_app_dir(StringPrintf("%s/%s", parent.c_str(), name),
target_mode
, uid, pkgname,
124
mode_t
target_mode
= target_sdk_version >= MIN_RESTRICTED_HOME_SDK_VERSION ? 0700 : 0751;
local
127
if (prepare_app_dir(path,
target_mode
, uid, pkgname, seinfo) ||
142
if (prepare_app_dir(path,
target_mode
, uid, pkgname, seinfo)) {
[
all
...]
Completed in 970 milliseconds