Home
last modified time | relevance | path

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

12

/system/extras/power_profile/gps_on/Application/
Dbuild.gradle24 List<String> dirs = [
45 dirs.each { dir ->
/system/timezone/distro/core/src/main/com/android/timezone/distro/
DFileUtils.java64 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/
Dbuild.gradle27 List<String> dirs = [
48 dirs.each { dir ->
/system/extras/power_profile/camera_avg/Application/
Dbuild.gradle27 List<String> dirs = [
48 dirs.each { dir ->
/system/sepolicy/build/soong/
Dfilegroup.go99 func (fg *fileGroup) findSrcsInDirs(ctx android.ModuleContext, dirs []string) android.Paths {
102 for _, d := range dirs {
/system/sepolicy/private/
Dvold.te16 # Newly created storage dirs are always treated as mount stubs to prevent us
Dart_apex_postinstall.te10 # Read temp dirs and files. Move directories.
Dart_apex_preinstall.te10 # Create temp dirs and files under /data/ota.
Dapexd.te5 # 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
Dzygote.te22 # 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/
Dvold.te17 # Newly created storage dirs are always treated as mount stubs to prevent us
Dzygote.te21 # Allow zygote to read app /proc/pid dirs (b/10455872).
/system/sepolicy/prebuilts/api/29.0/private/
Dvold.te16 # Newly created storage dirs are always treated as mount stubs to prevent us
Dart_apex_preinstall.te10 # Create temp dirs and files under /data/ota.
Dart_apex_postinstall.te10 # Read temp dirs and files. Move directories.
Dapexd.te5 # 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
Dzygote.te22 # 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/
Dvold.te16 # Newly created storage dirs are always treated as mount stubs to prevent us
Dzygote.te21 # Allow zygote to read app /proc/pid dirs (b/10455872).
/system/sepolicy/prebuilts/api/27.0/private/
Dvold.te17 # Newly created storage dirs are always treated as mount stubs to prevent us
Dzygote.te21 # Allow zygote to read app /proc/pid dirs (b/10455872).
/system/timezone/distro/core/src/test/com/android/timezone/distro/
DTimeZoneDistroTest.java182 private static void assertDirsExist(File... dirs) { in assertDirsExist() argument
183 for (File dir : dirs) { in assertDirsExist()
/system/apex/apexer/
Dapexer.py121 for root, dirs, files in os.walk(dir_name):
122 count += (len(dirs) + len(files))
/system/sepolicy/prebuilts/api/26.0/public/
Dshell.te120 # enable shell domain to read/write files/dirs for bootchart data
/system/sepolicy/prebuilts/api/27.0/public/
Dshell.te121 # enable shell domain to read/write files/dirs for bootchart data

12