/system/libvintf/ |
D | parse_xml.cpp | 84 inline std::string nameOf(NodeType *root) { in nameOf() argument 85 return root->Name() == NULL ? "" : root->Name(); in nameOf() 88 inline std::string getText(NodeType *root) { in getText() argument 89 return root->GetText() == NULL ? "" : root->GetText(); in getText() 110 inline bool getAttr(NodeType *root, const std::string &attrName, std::string *s) { in getAttr() argument 111 const char *c = root->Attribute(attrName.c_str()); in getAttr() 148 NodeType *root = createNode(this->elementName(), d); in serialize() local 149 this->mutateNode(o, root, d); in serialize() 150 return root; in serialize() 159 inline bool deserialize(Object *object, NodeType *root) const { in deserialize() [all …]
|
/system/core/rootdir/ |
D | ueventd.rc | 43 /dev/null 0666 root root 44 /dev/zero 0666 root root 45 /dev/full 0666 root root 46 /dev/ptmx 0666 root root 47 /dev/tty 0666 root root 48 /dev/random 0666 root root 49 /dev/urandom 0666 root root 51 /dev/hw_random 0440 root system 52 /dev/ashmem 0666 root root 53 /dev/binder 0666 root root [all …]
|
D | init.zygote32_64.rc | 4 user root 5 group root readproc 6 socket zygote stream 660 root system 19 user root 20 group root readproc 21 socket zygote_secondary stream 660 root system
|
D | init.zygote64_32.rc | 4 user root 5 group root readproc 6 socket zygote stream 660 root system 19 user root 20 group root readproc 21 socket zygote_secondary stream 660 root system
|
D | init.rc | 25 mkdir /mnt 0775 root system 34 # root memory control cgroup, used by lmkd 35 mkdir /dev/memcg 0700 root system 90 mkdir /mnt/secure 0700 root root 91 mkdir /mnt/secure/asec 0700 root root 92 mkdir /mnt/asec 0755 root system 93 mkdir /mnt/obb 0755 root system 94 mkdir /mnt/media_rw 0750 root media_rw 95 mkdir /mnt/user 0755 root root 96 mkdir /mnt/user/0 0755 root root [all …]
|
D | init.zygote64.rc | 4 user root 5 group root readproc 6 socket zygote stream 660 root system
|
D | init.zygote32.rc | 4 user root 5 group root readproc 6 socket zygote stream 660 root system
|
/system/core/libcutils/ |
D | config_utils.c | 39 cnode* config_find(cnode *root, const char *name) in config_find() argument 44 for(node = root->first_child; node; node = node->next) in config_find() 51 static cnode* _config_create(cnode *root, const char *name) in _config_create() argument 57 if(root->last_child) in _config_create() 58 root->last_child->next = node; in _config_create() 60 root->first_child = node; in _config_create() 62 root->last_child = node; in _config_create() 67 int config_bool(cnode *root, const char *name, int _default) in config_bool() argument 71 node = config_find(root, name); in config_bool() 85 const char* config_str(cnode *root, const char *name, const char *_default) in config_str() argument [all …]
|
/system/bt/osi/src/ |
D | buffer.cc | 30 buffer_t* root; member 42 buffer->root = buffer; in buffer_new() 61 ret->root = buf->root; in buffer_new_slice() 65 ++buf->root->refcount; in buffer_new_slice() 73 if (buffer->root != buffer) { in buffer_free() 75 if (--buffer->root->refcount == 0) osi_free(buffer->root); in buffer_free() 85 return buf->root->data + buf->root->length - buf->length; in buffer_ptr()
|
/system/core/libcutils/include/cutils/ |
D | config_utils.h | 37 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/libcutils/include_vndk/cutils/ |
D | config_utils.h | 37 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/sepolicy/ |
D | CleanSpec.mk | 51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/file_contexts) 52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/file_contexts) 54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/service_contexts) 55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/service_contexts) 56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/nonplat_property_contexts) 57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/nonplat_property_contexts) 58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/plat_property_contexts) 59 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/plat_property_contexts) 61 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/property_contexts) 62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/property_contexts) [all …]
|
/system/tpm/tpm_manager/server/ |
D | tpm_managerd.rc | 2 mkdir /data/misc/tpm_managerd 0700 root root 6 user root 7 group root
|
/system/netd/server/ |
D | netd.rc | 3 socket netd stream 0660 root system 4 socket dnsproxyd stream 0660 root inet 5 socket mdns stream 0660 root system 6 socket fwmarkd stream 0660 root inet
|
/system/extras/tests/bootloader/ |
D | haltest.py | 30 self.device.root() 47 self.device.root() 56 self.device.root() 69 self.device.root() 78 self.device.root() 91 self.device.root() 95 self.device.root() 103 self.device.root() 111 self.device.root()
|
/system/core/init/ |
D | firmware_handler.cpp | 39 static void LoadFirmware(const Uevent& uevent, const std::string& root, int fw_fd, size_t fw_size, in LoadFirmware() argument 47 PLOG(ERROR) << "firmware: sendfile failed { '" << root << "', '" << uevent.firmware in LoadFirmware() 65 std::string root = "/sys" + uevent.path; in ProcessFirmwareEvent() local 66 std::string loading = root + "/loading"; in ProcessFirmwareEvent() 67 std::string data = root + "/data"; in ProcessFirmwareEvent() 90 LoadFirmware(uevent, root, fw_fd, sb.st_size, loading_fd, data_fd); in ProcessFirmwareEvent()
|
/system/core/ |
D | CleanSpec.mk | 51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc) 52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc) 54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/default.prop) 55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/default.prop) 61 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/vendor) 62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc)
|
/system/tools/hidl/ |
D | README.md | 13 hidl-gen -o output-path -L language (-r interface-root) fqname 22 interface-root(optional): prefix and root path for fqname. 23 If not set, use the default prefix: android.hardware and default root path
|
/system/extras/perfprofd/ |
D | perfprofd.rc | 3 user root 4 group root wakelock
|
/system/tpm/trunks/ |
D | trunksd.rc | 6 user root 7 group root
|
D | trunksd-simulator.rc | 6 user root 7 group root
|
/system/update_engine/ |
D | update_engine.rc | 3 user root 4 group root system wakelock inet cache
|
/system/core/sdcard/ |
D | sdcard.cpp | 102 derive_permissions_recursive_locked(global->fuse_default, &global->root); in read_package_list() 243 memset(&global.root, 0, sizeof(global.root)); in run() 244 global.root.nid = FUSE_ROOT_ID; /* 1 */ in run() 245 global.root.refcount = 2; in run() 246 global.root.namelen = strlen(source_path); in run() 247 global.root.name = strdup(source_path); in run() 248 global.root.userid = userid; in run() 249 global.root.uid = AID_ROOT; in run() 250 global.root.under_android = false; in run() 255 global.root.perm = PERM_PRE_ROOT; in run() [all …]
|
/system/core/libutils/tests/ |
D | README.txt | 4 (after adb root; adb disable-verity; adb reboot) 5 adb root
|
/system/nvram/hal/ |
D | fake-nvram.rc | 6 user root 7 group root
|