Home
last modified time | relevance | path

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

1234

/system/sepolicy/private/
Drunas_app.te8 # The ability to call exec() on files in the apps home directories
10 # which are copied to the apps home directories.
24 # by scanning /proc/<pid>/cmdline files. The /proc/<pid> directories are within
34 # Suppress bionic loader denial /data/local/tests directories.
Dmlstrustedsubject.te33 -vold_prepare_subdirs # creation of storage area directories
59 -vold # encryption of storage area directories
60 -vold_prepare_subdirs # creation of storage area directories
Dzygote.te58 # Allow zygote to find files in APEX data directories.
65 # Mount tmpfs over various directories containing per-app directories, to hide
66 # them for app data isolation. Also traverse these directories (via
67 # /data_mirror) to find the allowlisted per-app directories to bind-mount in.
83 # Traverse /data_mirror to get to the above directories while their normal paths
84 # are hidden, in order to bind-mount allowlisted per-app directories.
87 # List /mnt/expand to find all /mnt/expand/$volume/user{,_de} directories that
89 # any allowlisted per-app directories within these directories.
92 # Get the inode number of app CE data directories to find them by inode number
Dcompos_fd_server.te7 # Allow creating new files and directories in the staging directory.
11 # Allow creating new files and directories in the artifacts directory.
Dvold_prepare_subdirs.te59 # Allow vold_prepare_subdirs to create storage area directories on behalf of apps.
74 # The storage area directories should have type storage_area_dir
Drss_hwm_reset.te6 # Search /proc/pid directories.
Dfile_contexts_overlayfs2 # Overlayfs support directories for userdebug/eng devices
Dcppreopts.te5 # directories.
Dcrash_dump.te39 # Read Vendor APEX directories
72 # Read APEX data directories.
Dpostinstall.te15 # Allow postinstall to read and execute directories and files in the same
Dupdate_verifier.te25 # Read /sys/block to find all the DM directories like (/sys/block/dm-X).
Dfile.te51 # App executable files in /data/data directories
92 # legacy labels for various /data/misc[_ce|_de]/*/apexdata directories - retained
203 # app directories of storage areas: /data/storage_area/userId/pkgName -- apps cannot write to it
Dtoolbox.te9 # If we can't remove these directories we try to chmod them. That
Dvold.te84 # Allow vold to create and delete per-user directories like /data/user/$userId.
259 # Also rename per-user encrypted directories such as /data/user/10 from their
387 # Only vold should create (and delete) per-user directories like
388 # /data/user/$userId. This is very important, as these directories need to be
390 # set up on empty directories, so creation and encryption must happen together.
/system/tools/aidl/
Dio_delegate.cpp158 auto directories = Split(absolute_path, string{OS_PATH_SEPARATOR}); in CreateDirForPath() local
163 string base = directories[0]; in CreateDirForPath()
167 directories.erase(directories.begin()); in CreateDirForPath()
172 directories.pop_back(); in CreateDirForPath()
175 return CreateNestedDirs(base, directories); in CreateDirForPath()
/system/core/init/
DREADME.ueventd.md24 directories will not be parsed. Imported files are parsed after the current file has been parsed.
104 Ueventd by default serves firmware requests by searching through a list of firmware directories
108 `/apex/*/etc/firmware` is also searched after a list of firmware directories.
110 The list of firmware directories is customized by a `firmware_directories` line in a ueventd.rc
117 Adds those 4 directories, in that order to the list of firmware directories that will be tried by
144 directories stated above. It will also reject file names with `..` in them, to prevent leaving these
145 directories. If stdout cannot be read, or the program returns with any exit code other than
/system/sepolicy/public/
Dvold_prepare_subdirs.te1 # SELinux directory creation and labelling for vold-managed directories
/system/update_engine/payload_generator/
Dext2_filesystem.cc172 vector<ext2_ino_t> directories; in GetFiles() local
217 directories.push_back(it_ino); in GetFiles()
261 for (ext2_ino_t dir_ino : directories) { in GetFiles()
/system/extras/power_profile/gps_on/Application/
Dbuild.gradle21 // The sample build uses multiple directories to
/system/sepolicy/
DREADME.apps.md3 specific files in the public/ and private/ directories.
53 `/{system,vendor,product}/priv-app` directories.
/system/extras/power_profile/camera_flashlight/Application/
Dbuild.gradle24 // The sample build uses multiple directories to
/system/extras/power_profile/camera_avg/Application/
Dbuild.gradle24 // The sample build uses multiple directories to
/system/sepolicy/microdroid/system/private/
Dauthfs_service.te18 # Allow creating/deleting mount directories.
Dvendor_init.te24 # Create directories under /dev/cpuctl after chowning it to system.
123 # setfscreatecon() for labeling directories and socket files.
Ddex2oat.te17 # Allow to search in authfs directories.

1234