Home
last modified time | relevance | path

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

/aosp12/build/make/tools/rbcrun/cmd/
H A Drbcrun.go28 rootdir = flag.String("d", ".", "the value of // for load paths") var
64 if stat, err := os.Stat(*rootdir); os.IsNotExist(err) || !stat.IsDir() {
65 quit("%s is not a directory\n", *rootdir)
77 rbcrun.LoadPathRoot = *rootdir
/aosp12/system/core/libcutils/
H A 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()
/aosp12/build/make/tools/
H A Dfindleaves.py30 for rootdir in dirlist:
31 rootdepth = rootdir.count("/")
32 for root, dirs, files in os.walk(rootdir, followlinks=True):
/aosp12/build/make/target/product/
H A Dgeneric_system.mk112 system/core/rootdir/init.zygote32.rc:system/etc/init/hw/init.zygote32.rc \
113 system/core/rootdir/init.zygote64.rc:system/etc/init/hw/init.zygote64.rc \
114 system/core/rootdir/init.zygote64_32.rc:system/etc/init/hw/init.zygote64_32.rc \
H A Dmainline_system.mk112 system/core/rootdir/init.zygote32.rc:system/etc/init/hw/init.zygote32.rc \
113 system/core/rootdir/init.zygote64.rc:system/etc/init/hw/init.zygote64.rc \
114 system/core/rootdir/init.zygote64_32.rc:system/etc/init/hw/init.zygote64_32.rc \
H A Dbase_system.mk349 system/core/rootdir/init.usb.rc:system/etc/init/hw/init.usb.rc \
350 system/core/rootdir/init.usb.configfs.rc:system/etc/init/hw/init.usb.configfs.rc \
351 system/core/rootdir/etc/hosts:system/etc/hosts
353 PRODUCT_COPY_FILES += system/core/rootdir/init.zygote32.rc:system/etc/init/hw/init.zygote32.rc
H A Dcore_64_bit.mk26 PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64_32.rc:system/etc/init/hw/init.zygote64_32.rc
H A Dcore_64_bit_only.mk23 PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64.rc:system/etc/init/hw/init.zygote64.rc
H A Dmedia_system.mk58 system/core/rootdir/etc/public.libraries.android.txt:system/etc/public.libraries.txt
/aosp12/frameworks/base/packages/SystemUI/scripts/
H A Dnew_merge.py119 def getFileList(rootdir, extension): argument
122 for root, subFolders, files in os.walk(rootdir):
126 fileList.append(f[len(rootdir):])
/aosp12/frameworks/base/media/mca/
H A Dstructgen.py348 rootdir = os.path.dirname(filepath)
349 hfilepath = "%s/../native/%s" % (rootdir, hfilename)
350 javafilepath = "%s/../java/%s/%s" % (rootdir, javapackagepath, javafilename)
351 jnifilepath = "%s/../jni/%s" % (rootdir, jnifilename)
/aosp12/system/libvintf/
H A DFileSystem.cpp75 FileSystemUnderPath::FileSystemUnderPath(const std::string& rootdir) { in FileSystemUnderPath() argument
76 mRootDir = rootdir; in FileSystemUnderPath()
/aosp12/system/apex/tests/testdata/
H A 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,
/aosp12/system/libvintf/include/vintf/
H A DFileSystem.h77 FileSystemUnderPath(const std::string& rootdir);
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dpostinstall_dexopt.te16 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dpostinstall_dexopt.te16 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dpostinstall_dexopt.te16 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
/aosp12/packages/providers/CalendarProvider/tests/
H A DEMMA_README11 # - edit system/core/rootdir/init.rc
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dpostinstall_dexopt.te28 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dpostinstall_dexopt.te28 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dpostinstall_dexopt.te41 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dpostinstall_dexopt.te41 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
/aosp12/system/sepolicy/private/
H A Dpostinstall_dexopt.te41 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
/aosp12/system/bpf/bpfloader/
H A Dbpfloader.rc1 # zygote-start is what officially starts netd (see //system/core/rootdir/init.rc)
/aosp12/art/tools/
H A Dbuildbot-build.sh356 …$ANDROID_HOST_OUT/bin/conv_linker_config proto -s $ANDROID_BUILD_TOP/system/core/rootdir/etc/linke…