Searched refs:root (Results 1 - 9 of 9) sorted by last modified time

/system/security/keystore/
H A Dtest-keystore76 # basic tests as system/root
78 log "root does not have permission to run test"
79 keystore root t
124 log "root can read system user keys (as can wifi or vpn users)"
125 keystore root g baz
243 keystore root g baz
254 keystore root g baz
/system/core/include/cutils/
H A Dconfig_utils.h37 void config_load(cnode *root, char *data);
40 void config_load_file(cnode *root, const char *fn);
46 cnode* config_find(cnode *root, const char *name);
49 int config_bool(cnode *root, const char *name, int _default);
52 const char* config_str(cnode *root, const char *name, const char *_default);
55 void config_set(cnode *root, const char *name, const char *value);
58 void config_free(cnode *root);
/system/core/init/
H A Ddevices.c380 /* skip root hub name and device. use device interface */
707 char *root, *loading, *data, *file1 = NULL, *file2 = NULL, *file3 = NULL; local
714 l = asprintf(&root, SYSFS_PREFIX"%s/", uevent->path);
718 l = asprintf(&loading, "%sloading", root);
722 l = asprintf(&data, "%sdata", root);
769 INFO("firmware: copy success { '%s', '%s' }\n", root, uevent->firmware);
771 INFO("firmware: copy failure { '%s', '%s' }\n", root, uevent->firmware);
786 free(root);
/system/core/libcutils/
H A Dconfig_utils.c39 cnode* config_find(cnode *root, const char *name) argument
44 for(node = root->first_child; node; node = node->next)
51 static cnode* _config_create(cnode *root, const char *name) argument
57 if(root->last_child)
58 root->last_child->next = node;
60 root->first_child = node;
62 root->last_child = node;
67 int config_bool(cnode *root, const char *name, int _default) argument
71 node = config_find(root, name);
85 const char* config_str(cnode *root, cons argument
95 config_set(cnode *root, const char *name, const char *value) argument
262 parse_expr(cstate *cs, cnode *root) argument
292 config_load(cnode *root, char *data) argument
312 config_load_file(cnode *root, const char *fn) argument
319 config_free(cnode *root) argument
[all...]
/system/core/libdiskconfig/
H A Ddiskconfig.c93 load_partitions(cnode *root, struct disk_info *dinfo) argument
98 for (partnode = root->first_child; partnode; partnode = partnode->next) {
145 cnode *root = config_node("", ""); local
161 config_load_file(root, fn);
162 if (root->first_child == NULL) {
167 if (!(devroot = config_find(root, "device"))) {
/system/core/rootdir/
H A Dinit.trace.rc9 chown root shell /sys/kernel/debug/tracing/trace_clock
10 chown root shell /sys/kernel/debug/tracing/buffer_size_kb
11 chown root shell /sys/kernel/debug/tracing/options/overwrite
12 chown root shell /sys/kernel/debug/tracing/events/sched/sched_switch/enable
13 chown root shell /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable
14 chown root shell /sys/kernel/debug/tracing/events/power/cpu_frequency/enable
15 chown root shell /sys/kernel/debug/tracing/events/power/cpu_idle/enable
16 chown root shell /sys/kernel/debug/tracing/events/power/clock_set_rate/enable
17 chown root shell /sys/kernel/debug/tracing/events/cpufreq_interactive/enable
18 chown root shel
[all...]
/system/core/sdcard/
H A Dsdcard.c47 * It must be run as root, but will drop to requested UID/GID as soon as it
123 struct node root; member in struct:fuse
298 /* all files owned by root.sdcard */
380 return &fuse->root;
430 memset(&fuse->root, 0, sizeof(fuse->root));
431 fuse->root.nid = FUSE_ROOT_ID; /* 1 */
432 fuse->root.refcount = 2;
433 fuse->root.namelen = strlen(source_path);
434 fuse->root
[all...]
/system/extras/tests/ext4/
H A Dandroid_emmc_perf_tests.sh63 adb root
/system/extras/tests/fstest/
H A Dperm_checker.conf1 / 755 755 root root root root
2 /* 400 755 root root root root
5 /cache/lost+found/ 700 770 root root roo
[all...]

Completed in 132 milliseconds