/aosp12/build/make/tools/rbcrun/cmd/ |
H A D | rbcrun.go | 28 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 D | canned_fs_config.cpp | 58 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 D | findleaves.py | 30 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 D | generic_system.mk | 112 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 D | mainline_system.mk | 112 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 D | base_system.mk | 349 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 D | core_64_bit.mk | 26 PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64_32.rc:system/etc/init/hw/init.zygote64_32.rc
|
H A D | core_64_bit_only.mk | 23 PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64.rc:system/etc/init/hw/init.zygote64.rc
|
H A D | media_system.mk | 58 system/core/rootdir/etc/public.libraries.android.txt:system/etc/public.libraries.txt
|
/aosp12/frameworks/base/packages/SystemUI/scripts/ |
H A D | new_merge.py | 119 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 D | structgen.py | 348 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 D | FileSystem.cpp | 75 FileSystemUnderPath::FileSystemUnderPath(const std::string& rootdir) { in FileSystemUnderPath() argument 76 mRootDir = rootdir; in FileSystemUnderPath()
|
/aosp12/system/apex/tests/testdata/ |
H A D | trigger_watchdog.rc | 27 # 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 D | FileSystem.h | 77 FileSystemUnderPath(const std::string& rootdir);
|
/aosp12/system/sepolicy/prebuilts/api/27.0/public/ |
H A D | postinstall_dexopt.te | 16 # 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 D | postinstall_dexopt.te | 16 # 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 D | postinstall_dexopt.te | 16 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
|
/aosp12/packages/providers/CalendarProvider/tests/ |
H A D | EMMA_README | 11 # - edit system/core/rootdir/init.rc
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | postinstall_dexopt.te | 28 # 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 D | postinstall_dexopt.te | 28 # 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 D | postinstall_dexopt.te | 41 # 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 D | postinstall_dexopt.te | 41 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
|
/aosp12/system/sepolicy/private/ |
H A D | postinstall_dexopt.te | 41 # Note: /data/ota is created by init (see system/core/rootdir/init.rc) to avoid giving access
|
/aosp12/system/bpf/bpfloader/ |
H A D | bpfloader.rc | 1 # zygote-start is what officially starts netd (see //system/core/rootdir/init.rc)
|
/aosp12/art/tools/ |
H A D | buildbot-build.sh | 356 …$ANDROID_HOST_OUT/bin/conv_linker_config proto -s $ANDROID_BUILD_TOP/system/core/rootdir/etc/linke…
|