Searched refs:rootdir (Results 1 – 11 of 11) sorted by relevance
58 bool rootdir; in load_canned_fs_config() local66 rootdir = line[0] == ' '; in load_canned_fs_config()67 p->path = strdup(rootdir ? "" : strtok(line, " ")); in load_canned_fs_config()68 p->uid = atoi(strtok(rootdir ? line : NULL, " ")); in load_canned_fs_config()
75 FileSystemUnderPath::FileSystemUnderPath(const std::string& rootdir) { in FileSystemUnderPath() argument76 mRootDir = rootdir; in FileSystemUnderPath()
27 # rootdir/init.rc are guaranteed to be executed before ones in other .rc files, by the time this is28 # executed init already executed `on userspace-reboot-fs-remount` trigger in rootdir/init.rc,
67 FileSystemUnderPath(const std::string& rootdir);
16 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
28 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
1 # zygote-start is what officially starts netd (see //system/core/rootdir/init.rc)