Searched refs:dirs (Results 1 – 25 of 43) sorted by relevance
12
/system/extras/power_profile/gps_on/Application/ |
D | build.gradle | 24 List<String> dirs = [ 45 dirs.each { dir ->
|
/system/timezone/distro/core/src/main/com/android/timezone/distro/ |
D | FileUtils.java | 64 LinkedList<File> dirs = new LinkedList<>(); in ensureDirectoriesExist() local 67 dirs.addFirst(currentDir); in ensureDirectoriesExist() 71 for (File dirToCheck : dirs) { in ensureDirectoriesExist()
|
/system/extras/power_profile/camera_flashlight/Application/ |
D | build.gradle | 27 List<String> dirs = [ 48 dirs.each { dir ->
|
/system/extras/power_profile/camera_avg/Application/ |
D | build.gradle | 27 List<String> dirs = [ 48 dirs.each { dir ->
|
/system/sepolicy/build/soong/ |
D | filegroup.go | 99 func (fg *fileGroup) findSrcsInDirs(ctx android.ModuleContext, dirs []string) android.Paths { 102 for _, d := range dirs {
|
/system/sepolicy/private/ |
D | vold.te | 16 # Newly created storage dirs are always treated as mount stubs to prevent us
|
D | art_apex_postinstall.te | 10 # Read temp dirs and files. Move directories.
|
D | art_apex_preinstall.te | 10 # Create temp dirs and files under /data/ota.
|
D | apexd.te | 5 # Allow creating, reading and writing of APEX files/dirs in the APEX data dir 9 # Allow creating, reading and writing of APEX files/dirs in the APEX metadata dir
|
D | zygote.te | 22 # Allow zygote to read app /proc/pid dirs (b/10455872). 99 # Allow mounting and creating files, dirs on sdcardfs.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | vold.te | 17 # Newly created storage dirs are always treated as mount stubs to prevent us
|
D | zygote.te | 21 # Allow zygote to read app /proc/pid dirs (b/10455872).
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | vold.te | 16 # Newly created storage dirs are always treated as mount stubs to prevent us
|
D | art_apex_preinstall.te | 10 # Create temp dirs and files under /data/ota.
|
D | art_apex_postinstall.te | 10 # Read temp dirs and files. Move directories.
|
D | apexd.te | 5 # Allow creating, reading and writing of APEX files/dirs in the APEX data dir 9 # Allow creating, reading and writing of APEX files/dirs in the APEX metadata dir
|
D | zygote.te | 22 # Allow zygote to read app /proc/pid dirs (b/10455872). 99 # Allow mounting and creating files, dirs on sdcardfs.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | vold.te | 16 # Newly created storage dirs are always treated as mount stubs to prevent us
|
D | zygote.te | 21 # Allow zygote to read app /proc/pid dirs (b/10455872).
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | vold.te | 17 # Newly created storage dirs are always treated as mount stubs to prevent us
|
D | zygote.te | 21 # Allow zygote to read app /proc/pid dirs (b/10455872).
|
/system/timezone/distro/core/src/test/com/android/timezone/distro/ |
D | TimeZoneDistroTest.java | 182 private static void assertDirsExist(File... dirs) { in assertDirsExist() argument 183 for (File dir : dirs) { in assertDirsExist()
|
/system/apex/apexer/ |
D | apexer.py | 121 for root, dirs, files in os.walk(dir_name): 122 count += (len(dirs) + len(files))
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | shell.te | 120 # enable shell domain to read/write files/dirs for bootchart data
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | shell.te | 121 # enable shell domain to read/write files/dirs for bootchart data
|
12