OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_mode
(Results
1 - 4
of
4
) sorted by null
/art/test/
run-test
132
target_mode
="yes"
166
target_mode
="no"
183
target_mode
="no"
516
if [ "$
target_mode
" = "no" ]; then
538
if [ "$
target_mode
" = "no" ]; then
546
if [ "$
target_mode
" = "no" ]; then
765
if [ "$
target_mode
" = "no" ]; then
795
if [[ "$
target_mode
" == "yes" ]]; then
819
if [ "$
target_mode
" = "yes" ]; then
841
if [ "$
target_mode
" = "yes" ]; the
[
all
...]
/frameworks/native/cmds/installd/
utils.h
148
int prepare_app_cache_dir(const std::string& parent, const char* name, mode_t
target_mode
,
utils.cpp
[
all
...]
InstalldNativeService.cpp
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) {
[
all
...]
Completed in 142 milliseconds