Home
last modified time | relevance | path

Searched refs:rootdir (Results 1 – 11 of 11) sorted by relevance

/system/core/libcutils/
Dcanned_fs_config.cpp58 bool rootdir; in load_canned_fs_config() local
66 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()
/system/libvintf/
DFileSystem.cpp75 FileSystemUnderPath::FileSystemUnderPath(const std::string& rootdir) { in FileSystemUnderPath() argument
76 mRootDir = rootdir; in FileSystemUnderPath()
/system/apex/tests/testdata/
Dtrigger_watchdog.rc27 # rootdir/init.rc are guaranteed to be executed before ones in other .rc files, by the time this is
28 # executed init already executed `on userspace-reboot-fs-remount` trigger in rootdir/init.rc,
/system/libvintf/include/vintf/
DFileSystem.h67 FileSystemUnderPath(const std::string& rootdir);
/system/sepolicy/prebuilts/api/26.0/public/
Dpostinstall_dexopt.te16 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
/system/sepolicy/prebuilts/api/27.0/public/
Dpostinstall_dexopt.te16 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
/system/sepolicy/prebuilts/api/28.0/public/
Dpostinstall_dexopt.te16 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
/system/sepolicy/prebuilts/api/30.0/private/
Dpostinstall_dexopt.te28 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
/system/sepolicy/private/
Dpostinstall_dexopt.te28 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
/system/sepolicy/prebuilts/api/29.0/private/
Dpostinstall_dexopt.te28 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
/system/bpf/bpfloader/
Dbpfloader.rc1 # zygote-start is what officially starts netd (see //system/core/rootdir/init.rc)