HomeSort by relevance Sort by last modified time
    Searched refs:root_mode (Results 1 - 3 of 3) sorted by null

  /frameworks/native/cmds/dumpstate/
dumpstate.h 133 int run_command_always(const char *title, RootMode root_mode, StdoutMode stdout_mode,
utils.cpp 716 int run_command_always(const char *title, RootMode root_mode, StdoutMode stdout_mode,
739 if (root_mode == DROP_ROOT && !drop_root_user()) {
    [all...]
  /system/extras/ext4_utils/
make_ext4fs.c 688 u16 root_mode; local
815 root_mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH;
816 inode_set_permissions(root_inode_num, root_mode, 0, 0, 0);

Completed in 74 milliseconds