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
82
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) {
[
all
...]
Completed in 32 milliseconds