Searched +full:post +full:- +full:fs +full:- +full:data (Results 1 – 25 of 35) sorted by relevance
12
| /system/gsid/ |
| D | gsid.rc | 8 on post-fs 17 on post-fs-data 18 write /data/gsi_persistent_data 0 19 chown system system /data/gsi_persistent_data 20 mkdir /data/gsi 0700 root root encryption=None 21 mkdir /data/gsi/dsu 0700 root root 22 mkdir /data/gsi/ota 0700 root root 23 mkdir /data/gsi/remount 0700 root root 26 exec_background - root root -- /system/bin/gsid run-startup-tasks
|
| /system/core/trusty/utils/rpmb_dev/ |
| D | rpmb_dev.rc | 2 on post-fs 7 on post-fs-data 8 mkdir /data/vendor/ss 0770 root system 9 symlink /mnt/vendor/persist/ss /data/vendor/ss/persist 10 chown root system /data/vendor/ss/persist 11 chmod 0770 /data/vendor/ss/persist 16 service storageproxyd /vendor/bin/storageproxyd -d ${ro.hardware.trusty_ipc_dev:-/dev/trusty-ipc-de… 17 -r /dev/socket/rpmb_mock -p /data/vendor/ss -t sock 22 service rpmb_mock_init /vendor/bin/rpmb_dev --dev /mnt/vendor/persist/ss/RPMB_DATA --init --size 20… 28 service rpmb_mock /vendor/bin/rpmb_dev --dev /mnt/vendor/persist/ss/RPMB_DATA \ [all …]
|
| D | rpmb_dev.system.rc | 2 -d ${storageproxyd_system.trusty_ipc_dev:-/dev/trusty-ipc-dev0} \ 3 -r /dev/socket/rpmb_mock_system \ 4 -p /data/secure_storage_system \ 5 -t sock 11 --dev /mnt/secure_storage_rpmb_system/persist/RPMB_DATA --init --size 2048 18 --dev /mnt/secure_storage_rpmb_system/persist/RPMB_DATA \ 19 --sock rpmb_mock_system 26 on late-fs && \ 34 on post-fs && \ 37 # Create a persistent location for the RPMB data [all …]
|
| D | rpmb_dev.wv.system.rc | 2 -d VSOCK:${trusty.widevine_vm.vm_cid}:1 \ 3 -r /dev/socket/rpmb_mock_wv_system \ 4 -p /data/secure_storage_wv_system \ 5 -t sock 11 --dev /mnt/secure_storage_rpmb_wv_system/persist/RPMB_DATA --init --size 2048 18 --dev /mnt/secure_storage_rpmb_wv_system/persist/RPMB_DATA \ 19 --sock rpmb_mock_wv_system 26 on early-boot 27 # Create a persistent location for the RPMB data 43 mkdir /data/secure_storage_wv_system 0770 root system [all …]
|
| D | rpmb_dev.test.system.rc | 2 -d VSOCK:${trusty.test_vm.vm_cid}:1 \ 3 -r /dev/socket/rpmb_mock_test_system \ 4 -p /data/secure_storage_test_system \ 5 -t sock 12 -d VSOCK:${trusty.test_vm_os.vm_cid}:1 \ 13 -r /dev/socket/rpmb_mock_test_system \ 14 -p /data/secure_storage_test_system \ 15 -t sock 22 --dev /mnt/secure_storage_rpmb_test_system/persist/RPMB_DATA --init --size 2048 29 --dev /mnt/secure_storage_rpmb_test_system/persist/RPMB_DATA \ [all …]
|
| /system/extras/boottime_tools/bootanalyze/ |
| D | config.yaml | 4 …system_server: SystemServerTiming(Async)?\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms 5 package_manager: PackageSettingsTiming\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms 6 system_ui: SystemUIBootTiming?\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms 7 fs_shutdown: (?P<name>boot_fs_shutdown),(?P<time>[0-9]+),([0-9]+) 8 ueventd_secs: ueventd:\s(?P<name>\S.+)\stook\s(?P<time>[.0-9]+)\sseconds 9 init_command_ms: init:\sCommand\s(?P<name>\S.+)\sreturned.*took\s(?P<time>[.0-9]+)ms 10 …: init:\sService\s.*exec\s\S+\s\((?P<name>\S.+)\).*pid.*\swaiting\stook\s(?P<time>[.0-9]+)\sseconds 11 zygote64_timing: (?P<name>Zygote64Timing\:\s\S+)\stook\sto\scomplete\:\s(?P<time>[0-9]+)ms 12 zygote32_timing: (?P<name>Zygote32Timing\:\s\S+)\stook\sto\scomplete\:\s(?P<time>[0-9]+)ms 13 …P<component>\S+)\sLong\smonitor\scontention\swith\sowner\s(?P<name>\S.+).*\sfor\s(?P<time>[.0-9]+)s [all …]
|
| /system/core/bootstat/ |
| D | bootstat.rc | 5 # before post-fs trigger 6 on post-fs && property:ro.boot.bootreason=* 9 on post-fs-data 10 mkdir /data/misc/bootstat 0700 system log 13 chown system log /data/misc/bootstat/absolute_boot_time 14 chown system log /data/misc/bootstat/boot_complete 15 chown system log /data/misc/bootstat/boot_complete_no_encryption 16 chown system log /data/misc/bootstat/boot_reason 17 chown system log /data/misc/bootstat/boottime.bootloader.1BLE 18 chown system log /data/misc/bootstat/boottime.bootloader.1BLL [all …]
|
| D | boot_reason_test.sh | 6 # - manual tests can only run on eng/userdebug builds 7 # - watch adb logcat -b all -d -s bootstat 8 # - watch adb logcat -b all -d | audit2allow 9 # - wait until screen is up, boot has completed, can mean wait for 44 …adb devices | grep -v 'List of devices attached' | grep "^${ANDROID_SERIAL}[${SPACE}${TAB}]" > /de… 53 [ -z "${args}" ] || args="${args} " 78 Returns: true if device (likely) has pstore data" ] 80 if inAdb && [ 0 -eq `adb_su ls /sys/fs/pstore </dev/null | wc -l` ]; then 96 if inAdb && [ 1 -ne `get_property ro.debuggable` ]; then 101 [ "USAGE: checkDebugBuild [--noerror] [all …]
|
| /system/logging/logd/ |
| D | logtagd.rc | 4 on post-fs-data 5 mkdir /data/misc/logd 0750 logd log 6 write /data/misc/logd/event-log-tags "" 7 chown logd log /data/misc/logd/event-log-tags 8 chmod 0600 /data/misc/logd/event-log-tags 9 restorecon /data/misc/logd/event-log-tags
|
| /system/core/rootdir/ |
| D | asan_extract.rc | 1 # When /data is available, look for /system/asan.tar.gz and potentially extract. 2 on post-fs-data 3 exec - system system -- /system/bin/asan_extract
|
| D | init.rc | 14 # Cgroups are mounted right before early-init using list from /etc/cgroups.json 15 on early-init 42 # set RLIMIT_NICE to allow priorities from 19 to -20 55 # Greatly extend dm-verity's Merkle tree cache timeout. The default timeout 59 # Disable dm-verity hash prefetching, since it doesn't help performance 78 # Run apexd-bootstrap so that APEXes that provide critical libraries 81 exec_start apexd-bootstrap 82 perform_apex_config --bootstrap 90 mkdir /dev/sys/fs 0755 system system 106 # Mix device-specific information into the entropy pool [all …]
|
| D | init.usb.rc | 6 on post-fs-data 11 mkdir /data/misc/adb 02750 system shell 12 mkdir /data/adb 0700 root root encryption=Require 15 service adbd /system/bin/adbd --root_seclabel=u:r:su:s0 125 # USB data role changes
|
| /system/nvram/hal/ |
| D | fake-nvram.rc | 1 on post-fs-data 2 mkdir /data/misc/fake-nvram 0700 nvram nvram 4 service fake-nvram /system/bin/fake-nvram
|
| /system/extras/boottime_tools/bootio/ |
| D | bootio.rc | 9 on post-fs-data 10 mkdir /data/misc/bootio 0755 root shell
|
| /system/chre/host/tinysys/hal/ |
| D | android.hardware.contexthub-service.tinysys.rc | 1 on post-fs-data 2 mkdir /data/vendor/chre 0770 context_hub context_hub 4 service vendor.contexthub-default /vendor/bin/hw/android.hardware.contexthub-service.tinysys
|
| /system/extras/profcollectd/ |
| D | profcollectd.rc | 9 on post-fs-data 11 mkdir /data/misc/profcollectd 0770 shell shell 12 mkdir /data/misc/profcollectd/trace 0770 shell shell 13 mkdir /data/misc/profcollectd/output 0770 shell shell 14 mkdir /data/misc/profcollectd/report 0770 shell shell 20 exec_background - root shell -- /system/bin/profcollectctl reset
|
| /system/core/fs_mgr/ |
| D | clean_scratch_files.rc | 1 on post-fs-data && property:ro.debuggable=1 && property:ro.boot.dynamic_partitions=true 2 exec_background - root root -- /system/bin/clean_scratch_files
|
| /system/chre/ |
| D | chre_daemon.rc | 2 # Copyright (C) 2019 The Android Open-Source Project 8 # http://www.apache.org/licenses/LICENSE-2.0 17 on post-fs-data 18 mkdir /data/vendor/chre 0770 context_hub context_hub
|
| /system/logging/logcat/ |
| D | logcatd.rc | 4 # Make sure any property changes are only performed with /data mounted, after 5 # post-fs-data state because otherwise behavior is undefined. The exceptions 10 # persist to non-persistent trampolines to permit device properties can be 11 # overridden when /data mounts, or during runtime. 34 mkdir /data/misc/logd 0750 logd log 37 # stop logcatd service and clear data 41 # logd for clear of only our files in /data/misc/logd 42 …exec - logd log -- /system/bin/logcat -c -f /data/misc/logd/logcat -n ${logd.logpersistd.size:-256} 55 …-L -b ${logd.logpersistd.buffer:-all} -v threadtime -v usec -v printable -v uid -D -f /data/misc/l… 58 # logd for write to /data/misc/logd, log group for read from log daemon [all …]
|
| /system/core/init/ |
| D | README.md | 2 --------------------- 7 All of these are line-oriented, consisting of tokens separated by 8 whitespace. The c-style backslash escapes may be used to insert 11 when it is the last character on a line, may be used for line-folding. 29 -------------- 81 ------------------------------- 96 For an APEX module with the following files in /apex/sample-module/apex/etc/: 118 ------- 122 the tail of a to-be-executed queue (unless it is already on the 178 defined ordering between persistent setprops and non-persistent setprops. For [all …]
|
| /system/sepolicy/prebuilts/api/32.0/private/ |
| D | apexd.te | 5 # Allow creating, reading and writing of APEX files/dirs in the APEX data dir 8 # Allow relabeling file created in /data/apex/decompressed 16 # Allow reserving space on /data/apex/ota_reserved for apex decompression 20 # Allow apexd to create files and directories for snapshots of apex data 36 # Allow apexd to read directories under /data/misc_de in order to snapshot and 37 # restore apex data for all users. 40 # allow apexd to create loop devices with /dev/loop-control 61 # allow apexd to access /dev/block/dm-* (device-mapper entries) 65 # sys_admin is required to access the device-mapper and mount 84 # allow apexd to create /apex/apex-info-list.xml and relabel to apex_info_file [all …]
|
| /system/sepolicy/prebuilts/api/31.0/private/ |
| D | apexd.te | 5 # Allow creating, reading and writing of APEX files/dirs in the APEX data dir 8 # Allow relabeling file created in /data/apex/decompressed 16 # Allow reserving space on /data/apex/ota_reserved for apex decompression 20 # Allow apexd to create files and directories for snapshots of apex data 36 # Allow apexd to read directories under /data/misc_de in order to snapshot and 37 # restore apex data for all users. 40 # allow apexd to create loop devices with /dev/loop-control 61 # allow apexd to access /dev/block/dm-* (device-mapper entries) 65 # sys_admin is required to access the device-mapper and mount 84 # allow apexd to create /apex/apex-info-list.xml and relabel to apex_info_file [all …]
|
| /system/sepolicy/prebuilts/api/29.0/private/ |
| D | apexd.te | 5 # Allow creating, reading and writing of APEX files/dirs in the APEX data dir 14 # allow apexd to create loop devices with /dev/loop-control 30 # allow apexd to access /dev/block/dm-* (device-mapper entries) 34 # sys_admin is required to access the device-mapper and mount 44 # allow apexd to unlink apex files in /data/apex/active 45 # note that apexd won't be able to unlink files in /data/app-staging/session_XXXX, 49 # allow apexd to read files from /data/app-staging and hardlink them to /data/apex. 58 # Configure read-ahead of dm-verity and loop devices 59 # for dm-X 79 # Find the vold service, and call into vold to manage FS checkpoints [all …]
|
| /system/sepolicy/prebuilts/api/30.0/private/ |
| D | apexd.te | 5 # Allow creating, reading and writing of APEX files/dirs in the APEX data dir 14 # Allow apexd to create files and directories for snapshots of apex data 24 # Allow apexd to read directories under /data/misc_de in order to snapshot and 25 # restore apex data for all users. 28 # allow apexd to create loop devices with /dev/loop-control 44 # allow apexd to access /dev/block/dm-* (device-mapper entries) 48 # sys_admin is required to access the device-mapper and mount 67 # allow apexd to unlink apex files in /data/apex/active 68 # note that apexd won't be able to unlink files in /data/app-staging/session_XXXX, 72 # allow apexd to read files from /data/app-staging and hardlink them to /data/apex. [all …]
|
| /system/extras/simpleperf/ |
| D | cmd_record_test.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 29 #include <android-base/file.h> 30 #include <android-base/logging.h> 31 #include <android-base/properties.h> 32 #include <android-base/stringprintf.h> 33 #include <android-base/strings.h> 34 #include <android-base/test_utils.h> 54 namespace fs = std::filesystem; 62 return IsKernelEventSupported() ? "cpu-cycles" : "cpu-cycles:u"; in GetDefaultEvent() 64 return IsKernelEventSupported() ? "task-clock" : "task-clock:u"; in GetDefaultEvent() [all …]
|
12